You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by to...@apache.org on 2013/10/02 02:44:34 UTC

svn commit: r1528291 - /hadoop/common/branches/branch-2.1-beta/hadoop-project/pom.xml

Author: todd
Date: Wed Oct  2 00:44:33 2013
New Revision: 1528291

URL: http://svn.apache.org/r1528291
Log:
HADOOP-8315. Support SASL-authenticated ZooKeeper in ActiveStandbyElector. Contributed by Todd Lipcon

Modified:
    hadoop/common/branches/branch-2.1-beta/hadoop-project/pom.xml

Modified: hadoop/common/branches/branch-2.1-beta/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1-beta/hadoop-project/pom.xml?rev=1528291&r1=1528290&r2=1528291&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.1-beta/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2.1-beta/hadoop-project/pom.xml Wed Oct  2 00:44:33 2013
@@ -667,7 +667,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <version>3.4.2</version>
+        <version>3.4.5</version>
         <exclusions>
           <exclusion>
             <!-- otherwise seems to drag in junit 3.8.1 via jline -->
@@ -691,7 +691,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <version>3.4.2</version>
+        <version>3.4.5</version>
         <type>test-jar</type>
         <scope>test</scope>
         <exclusions>