Skip to content

Commit

Permalink
Merge pull request #1 from markgrover/kafka09-integration
Browse files Browse the repository at this point in the history
Getting rid of an extra dependency
  • Loading branch information
nikit-os committed Jan 11, 2016
2 parents cff3a44 + af0c7b9 commit ff0a427
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions external/kafka-v09/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,33 +92,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>0.9.0.0</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
Expand Down

0 comments on commit ff0a427

Please sign in to comment.