HADOOP-9905. remove dependency of zookeeper for hadoop-client (Contributed by Vinayakumar B)
This commit is contained in:
parent
5cc3fced95
commit
63e3fee5f6
@ -95,6 +95,10 @@
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
<artifactId>zookeeper</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
@ -171,6 +175,10 @@
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
<artifactId>zookeeper</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
|
@ -480,6 +480,8 @@ Trunk (Unreleased)
|
||||
HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout
|
||||
remaining forrest bits (aw)
|
||||
|
||||
HADOOP-9905. remove dependency of zookeeper for hadoop-client (vinayakumarb)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||
|
Loading…
Reference in New Issue
Block a user