Upgrade to Kafka 0.8.2.2

Upgrade Kafka to current stable release - 0.8.2.2.
Upgrade Scala version to 2.11.

Change-Id: I4cd344111f6db2f59434555d584a4c4ff7f201e4
This commit is contained in:
Deklan Dieterly 2015-12-07 15:01:21 -07:00
parent e4ca678359
commit 3a54ef041c
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.9.2</artifactId>
<version>0.8.0</version>
<artifactId>kafka_2.11</artifactId>
<version>0.8.2.2</version>
<exclusions>
<exclusion>
<groupId>com.sun.jdmk</groupId>