We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5cd12 commit 9013551Copy full SHA for 9013551
build.sbt
@@ -11,7 +11,7 @@ lazy val commonSettings = Seq(
11
parallelExecution in Test := false,
12
libraryDependencies ++= Seq(
13
"org.scalatest" %% "scalatest" % "2.2.5",
14
- "org.apache.kafka" %% "kafka" % "0.10.0.0" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
+ "org.apache.kafka" %% "kafka" % "0.10.0.1" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
15
"org.apache.zookeeper" % "zookeeper" % "3.4.7" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
16
"org.apache.avro" % "avro" % "1.7.7" exclude(slf4jLog4jOrg, slf4jLog4jArtifact),
17
"com.typesafe.akka" %% "akka-actor" % "2.3.14" % Test,
0 commit comments