ijuma commented on a change in pull request #9168:
URL: https://github.com/apache/kafka/pull/9168#discussion_r469256355
##########
File path: build.gradle
##########
@@ -716,7 +716,9 @@ project(':core') {
dependencies {
compile project(':clients')
compile libs.jacksonDatabind
- compile libs.jacksonModuleScala
+ compile(libs.jacksonModuleScala) {
+ exclude module: 'scala-library'
Review comment:
Can we double check that jackson doesn't have a dependency on
scala-reflect?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]