HADOOP-12230. hadoop-project declares duplicate, conflicting curator dependencies. Contributed by Rakesh R.

This commit is contained in:
Akira Ajisaka 2015-10-02 12:40:05 +02:00
parent 07f9405692
commit 966f9508c3
2 changed files with 3 additions and 11 deletions

View File

@ -713,6 +713,9 @@ Release 2.7.2 - UNRELEASED
HADOOP-12451. Setting HADOOP_HOME explicitly should be allowed. (kasha)
HADOOP-12230. hadoop-project declares duplicate, conflicting curator
dependencies. (Rakesh R via aajisaka)
Release 2.7.1 - 2015-07-06
INCOMPATIBLE CHANGES

View File

@ -932,17 +932,6 @@
<version>2.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>