chia7712 commented on code in PR #18872: URL: https://github.com/apache/kafka/pull/18872#discussion_r1959927541
########## build.gradle: ########## @@ -1072,7 +1072,6 @@ project(':core') { implementation libs.argparse4j implementation libs.commonsValidator implementation libs.jacksonDatabind - implementation libs.jacksonModuleScala Review Comment: for future reader, the dependency was introduced by https://github.com/apache/kafka/commit/47a9871ef65a13f9d58d5ea216de340f7e123da5, and https://github.com/apache/kafka/commit/b6183a41342c765daec9c88f9d2723a221131960 rewrite the tool by java so we don't need to use `jackson-module-scala` anymore. -- 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