Browse Source

HADOOP-14187. Update ZooKeeper dependency to 3.4.9 and Curator dependency to 2.12.0. Contributed by Tsuyoshi Ozawa.

Akira Ajisaka 8 years ago
parent
commit
74af0bdf68
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hadoop-project/pom.xml

+ 2 - 2
hadoop-project/pom.xml

@@ -81,8 +81,8 @@
     <protobuf.version>2.5.0</protobuf.version>
     <protobuf.version>2.5.0</protobuf.version>
     <protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
     <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>
     <findbugs.version>3.0.0</findbugs.version>
 
 
     <tomcat.version>6.0.48</tomcat.version>
     <tomcat.version>6.0.48</tomcat.version>