mirror of https://github.com/apache/kafka.git
KAFKA-8514: Move the scala-java8-compat dependency from clients to core (#6910)
`clients` is a Java-only module and should not have any Scala dependency. Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
parent
cb2c4c3d7a
commit
388889fbfe
|
@ -660,6 +660,7 @@ project(':core') {
|
|||
compile libs.jacksonJDK8Datatypes
|
||||
compile libs.joptSimple
|
||||
compile libs.metrics
|
||||
compile libs.scalaJava8Compat
|
||||
compile libs.scalaLibrary
|
||||
// only needed transitively, but set it explicitly to ensure it has the same version as scala-library
|
||||
compile libs.scalaReflect
|
||||
|
@ -939,7 +940,6 @@ project(':clients') {
|
|||
compile libs.lz4
|
||||
compile libs.snappy
|
||||
compile libs.slf4jApi
|
||||
compile libs.scalaJava8Compat
|
||||
|
||||
compileOnly libs.jacksonDatabind // for SASL/OAUTHBEARER bearer token parsing
|
||||
compileOnly libs.jacksonJDK8Datatypes
|
||||
|
|
Loading…
Reference in New Issue