Skip to content

Commit

Permalink
Upgrade zookeeper to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leothekim committed Jan 6, 2012
1 parent eb4610e commit f5ab0f9
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 @@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
)

libraryDependencies +=
"org.apache.zookeeper" % "zookeeper" % "3.3.3" excludeAll(
"org.apache.zookeeper" % "zookeeper" % "3.3.4" excludeAll(
ExclusionRule(name = "jms"),
ExclusionRule(name = "jmxtools"),
ExclusionRule(name = "jmxri")
Expand Down

0 comments on commit f5ab0f9

Please sign in to comment.