git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.1-beta@1515714 13f79535-47bb-0310-9956-ffa450edef68
@@ -34,6 +34,9 @@ Release 2.1.1-beta - UNRELEASED
HADOOP-9802. Support Snappy codec on Windows. (cnauroth)
+ HADOOP-9879. Move the version info of zookeeper dependencies to
+ hadoop-project/pom (Karthik Kambatla via Sandy Ryza)
+
OPTIMIZATIONS
BUG FIXES
@@ -217,7 +217,6 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>3.4.2</version>
<exclusions>
<exclusion>
<groupId>jline</groupId>
@@ -245,7 +244,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -77,7 +77,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -62,7 +62,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -656,6 +656,13 @@
</exclusion>
</exclusions>
+ <dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ <version>3.4.2</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-server</artifactId>