HADOOP-12230. hadoop-project declares duplicate, conflicting curator dependencies. Contributed by Rakesh R.
(cherry picked from commit 966f9508c3
)
This commit is contained in:
parent
49ff1e5276
commit
3249c3ce56
|
@ -43,6 +43,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
|
||||
|
|
|
@ -912,17 +912,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>
|
||||
|
|
Loading…
Reference in New Issue