You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2021/01/08 13:16:03 UTC

[accumulo-testing] branch main updated: Exclude log4j2 jars from shade plugin (#133)

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-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new fed6712  Exclude log4j2 jars from shade plugin (#133)
fed6712 is described below

commit fed67123411e29decc5ebe17181e280bc549bd88
Author: Mike Miller <mm...@apache.org>
AuthorDate: Fri Jan 8 08:15:28 2021 -0500

    Exclude log4j2 jars from shade plugin (#133)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 510bc4e..19f3814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,6 +356,8 @@
                     <excludes>
                       <exclude>org.apache.accumulo:accumulo-native</exclude>
                       <exclude>org.apache.hadoop:*</exclude>
+                      <exclude>org.apache.logging.log4j:log4j-api:jar:</exclude>
+                      <exclude>org.apache.logging.log4j:log4j-1.2-api:jar:</exclude>
                     </excludes>
                   </artifactSet>
                   <filters>