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

(cherry picked from commit 966f9508c3)
(cherry picked from commit 3249c3ce56)
This commit is contained in:
Akira Ajisaka 2015-10-02 12:40:05 +02:00 committed by Sangjin Lee
parent f3b9f5e3d0
commit eedbd033d3
2 changed files with 3 additions and 11 deletions

View File

@ -12,6 +12,9 @@ Release 2.6.3 - UNRELEASED
BUG FIXES
HADOOP-12230. hadoop-project declares duplicate, conflicting curator
dependencies. (Rakesh R via aajisaka)
Release 2.6.2 - 2015-10-21
INCOMPATIBLE CHANGES

View File

@ -891,17 +891,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>