replace Kafka 0.8.1.1 with 0.8.2.0 stable

This commit is contained in:
Xavier Léauté 2015-02-13 14:36:55 -08:00
parent 1971c1679c
commit 38e8dfdc98
1 changed files with 2 additions and 12 deletions

View File

@ -39,18 +39,8 @@
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.8.0</artifactId>
<version>0.8.1.1</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
</exclusion>
</exclusions>
<artifactId>kafka_2.10</artifactId>
<version>0.8.2.0</version>
</dependency>
<!-- Tests -->