Removed dependency because mon-kafka is now on same version of kafka

This commit is contained in:
Craig Bryant 2014-06-25 15:12:44 -06:00
parent e77566f4f3
commit 797c60f567
1 changed files with 0 additions and 11 deletions

11
pom.xml
View File

@ -62,17 +62,6 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.6</version>
</dependency>
<!-- Resolve dependency mismatch between Kafka and the newer version of scala in the library -->
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.2</version>
</dependency>
</dependencies>
</dependencyManagement>