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: Ib05b5d44ba06d88ed2147f9b24d6566578c0f87a
This commit is contained in:
Deklan Dieterly 2015-12-07 14:33:47 -07:00
parent a16876d845
commit 852b42f3c7

View File

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