Skip to content

Commit

Permalink
HADOOP-14187. Update ZooKeeper dependency to 3.4.9 and Curator depend…
Browse files Browse the repository at this point in the history
…ency to 2.12.0. Contributed by Tsuyoshi Ozawa.
  • Loading branch information
aajisaka committed Mar 21, 2017
1 parent 2841666 commit 74af0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
<protobuf.version>2.5.0</protobuf.version>
<protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>

<zookeeper.version>3.4.6</zookeeper.version>
<curator.version>2.7.1</curator.version>
<zookeeper.version>3.4.9</zookeeper.version>
<curator.version>2.12.0</curator.version>
<findbugs.version>3.0.0</findbugs.version>

<tomcat.version>6.0.48</tomcat.version>
Expand Down

0 comments on commit 74af0bd

Please sign in to comment.