Skip to content

Commit

Permalink
KAFKA-3030: Remove unused scala dependencies
Browse files Browse the repository at this point in the history
Author: Grant Henke <[email protected]>

Reviewers: Ismael Juma, Gwen Shapira

Closes apache#713 from granthenke/scala-deps
  • Loading branch information
granthenke authored and gwenshap committed Dec 23, 2015
1 parent ba6f141 commit 0f11b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand All @@ -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 {
Expand Down

0 comments on commit 0f11b2b

Please sign in to comment.