ijuma commented on code in PR #17373: URL: https://github.com/apache/kafka/pull/17373#discussion_r1894553541
########## build.gradle: ########## @@ -2441,13 +2459,18 @@ project(':tools') { implementation libs.jacksonDataformatCsv implementation libs.jacksonJDK8Datatypes implementation libs.slf4jApi - implementation libs.slf4jReload4j + implementation libs.slf4jLog4j2 + implementation libs.log4j2Api + implementation libs.log4j2Core + implementation libs.log4j1Bridge2Api implementation libs.joptSimple implementation libs.re2j implementation libs.jose4j // for SASL/OAUTHBEARER JWT validation implementation libs.jacksonJakartarsJsonProvider + compileOnly libs.spotbugs Review Comment: Yeah, the licensing issue is the reason I wanted to avoid using this library at all. Can we use a different library for annotations, one that is Apache licensed? -- 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