Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Bump Kafka to 0.8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael G. Noll committed Sep 23, 2015
1 parent d7f2356 commit c6d379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libraryDependencies ++= Seq(
// The excludes of jms, jmxtools and jmxri are required as per https://issues.apache.org/jira/browse/KAFKA-974.
// The exclude of slf4j-simple is because it overlaps with our use of logback with slf4j facade; without the exclude
// we get slf4j warnings and logback's configuration is not picked up.
"org.apache.kafka" % "kafka_2.10" % "0.8.1.1"
"org.apache.kafka" % "kafka_2.10" % "0.8.2.2"
exclude("javax.jms", "jms")
exclude("com.sun.jdmk", "jmxtools")
exclude("com.sun.jmx", "jmxri")
Expand Down

0 comments on commit c6d379f

Please sign in to comment.