HADOOP-12230. hadoop-project declares duplicate, conflicting curator dependencies. Contributed by Rakesh R.
This commit is contained in:
parent
07f9405692
commit
966f9508c3
|
@ -713,6 +713,9 @@ Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-12451. Setting HADOOP_HOME explicitly should be allowed. (kasha)
|
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
|
Release 2.7.1 - 2015-07-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -932,17 +932,6 @@
|
||||||
<version>2.9.1</version>
|
<version>2.9.1</version>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.apache.curator</groupId>
|
<groupId>org.apache.curator</groupId>
|
||||||
<artifactId>curator-recipes</artifactId>
|
<artifactId>curator-recipes</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue