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

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new c2f3002  Update pom.xml
c2f3002 is described below

commit c2f300251afc57742292506e1429074b6fc45f17
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Thu Mar 25 14:46:36 2021 -0400

    Update pom.xml
    
    Excluding jute when the ZK version if prior to 3.6 can result in a 
NoClassDefFoundError for org/apache/jute/Record.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3601f32..2a43708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -327,7 +327,6 @@
                       
<exclude>org.apache.logging.log4j:log4j-1.2-api:jar:</exclude>
                       
<exclude>org.apache.logging.log4j:log4j-slf4j-impl:jar:</exclude>
                       
<exclude>javax.activation:javax.activation-api:jar:</exclude>
-                      
<exclude>org.apache.zookeeper:zookeeper-jute:jar:</exclude>
                       
<exclude>org.apache.hadoop:hadoop-annotations:jar:</exclude>
                       <exclude>org.apache.hadoop:hadoop-auth:jar:</exclude>
                       
<exclude>org.apache.hadoop:hadoop-mapreduce-client-common:jar:</exclude>

Reply via email to