This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 388889f KAFKA-8514: Move the scala-java8-compat dependency from
clients to core (#6910)
388889f is described below
commit 388889fbfe6e586355fd186572016d8c199b4f55
Author: Almog Gavra <[email protected]>
AuthorDate: Wed Jun 12 06:25:33 2019 -0700
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 <[email protected]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index d1a2a9d..ce72a0e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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