kirktrue commented on a change in pull request #11284: URL: https://github.com/apache/kafka/pull/11284#discussion_r734089125
########## File path: build.gradle ########## @@ -829,6 +829,7 @@ project(':core') { implementation libs.jacksonDataformatCsv implementation libs.jacksonJDK8Datatypes implementation libs.joptSimple + implementation libs.jose4j Review comment: Clients intentionally *doesn't* have the jose4j dependency (to keep client dependencies to a minimum), so we have to explicitly include it here. Suggestions welcome on a better way to handle it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org