Repository: kafka Updated Branches: refs/heads/trunk ba6f141dd -> 0f11b2b82
KAFKA-3030: Remove unused scala dependencies Author: Grant Henke <[email protected]> Reviewers: Ismael Juma, Gwen Shapira Closes #713 from granthenke/scala-deps Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/0f11b2b8 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/0f11b2b8 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/0f11b2b8 Branch: refs/heads/trunk Commit: 0f11b2b8251a3905a93cfe84abefd24791ae3658 Parents: ba6f141 Author: Grant Henke <[email protected]> Authored: Tue Dec 22 18:16:38 2015 -0800 Committer: Gwen Shapira <[email protected]> Committed: Tue Dec 22 18:16:38 2015 -0800 ---------------------------------------------------------------------- build.gradle | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/0f11b2b8/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index b25aa95..53b110c 100644 --- a/build.gradle +++ b/build.gradle @@ -271,7 +271,6 @@ project(':core') { compile 'com.yammer.metrics:metrics-core:2.2.0' compile 'net.sf.jopt-simple:jopt-simple:4.9' if (baseScalaVersion == '2.11') { - compile 'org.scala-lang.modules:scala-xml_2.11:1.0.4' compile 'org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4' } @@ -283,7 +282,6 @@ project(':core') { testCompile project(':clients').sourceSets.test.output testCompile 'org.apache.hadoop:hadoop-minikdc:2.7.1' testRuntime "$slf4jlog4j" - zinc 'com.typesafe.zinc:zinc:0.3.7' } configurations {
