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:
Almog Gavra 2019-06-12 06:25:33 -07:00 committed by Ismael Juma
parent cb2c4c3d7a
commit 388889fbfe
1 changed files with 1 additions and 1 deletions

View File

@ -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