You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by el...@apache.org on 2019/10/09 17:17:55 UTC

[hbase-filesystem] branch master updated: HBASE-23142 Include zookeeper-jute into hboss-thirdparty deps

This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-filesystem.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a130df  HBASE-23142 Include zookeeper-jute into hboss-thirdparty deps
0a130df is described below

commit 0a130dfa777e6835a3a6c7ee0c76af90014cb44c
Author: Josh Elser <el...@apache.org>
AuthorDate: Wed Oct 9 12:21:13 2019 -0400

    HBASE-23142 Include zookeeper-jute into hboss-thirdparty deps
    
    ZooKeeper 3.5 has a transitive dependency on zookeeper-jute.
    This is a no-op for ZK 3.4.
    
    Closes #10
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 hbase-oss/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hbase-oss/pom.xml b/hbase-oss/pom.xml
index d9e3c00..dc1d36a 100644
--- a/hbase-oss/pom.xml
+++ b/hbase-oss/pom.xml
@@ -101,6 +101,7 @@
                   <include>org.apache.curator:curator-*:jar:*</include>
                   <include>org.apache.yetus:audience-annotations:jar:*</include>
                   <include>org.apache.zookeeper:zookeeper:jar:*</include>
+                  <include>org.apache.zookeeper:zookeeper-jute:jar:*</include>
                   <!-- transitives -->
                   <include>io.netty:netty</include>
                 </includes>