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

mmiller 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 b6bc9d9  Fix shade plugin warnings
b6bc9d9 is described below

commit b6bc9d9dabb56b8a5e64435e0d45e1c0f828e36f
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Thu Mar 25 09:58:13 2021 -0400

    Fix shade plugin warnings
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 438fcf0..e2e3fd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,12 +316,19 @@
                   <artifactSet>
                     <excludes>
                       <exclude>org.apache.accumulo:accumulo-native</exclude>
+                      
<exclude>org.apache.logging.log4j:log4j-api:jar:</exclude>
+                      
<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:*</exclude>
                     </excludes>
                   </artifactSet>
                   <filters>
                     <filter>
                       <artifact>*:*</artifact>
                       <excludes>
+                        <exclude>module-info.class</exclude>
                         <exclude>META-INF/*.SF</exclude>
                         <exclude>META-INF/*.DSA</exclude>
                         <exclude>META-INF/*.RSA</exclude>

Reply via email to