Merge pull request #324 from liquidm/kafka_eight_release

kafka-eight: bump kafka dependency to 0.8 release
This commit is contained in:
fjy 2013-12-12 10:51:15 -08:00
commit 7f8c7470e7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.9.2</artifactId>
<version>0.8.0-beta1</version>
<version>0.8.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>