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

ctubbsii 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 7970495  Exclude two logging jars from pom (#90)
7970495 is described below

commit 7970495e2c38cfc3ed83c955f4ccc194a25c0b2d
Author: Dom G <domgargu...@apache.org>
AuthorDate: Fri Apr 1 03:58:28 2022 -0400

    Exclude two logging jars from pom (#90)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index ba7adf2..3fbe4a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,6 +281,8 @@
                       
<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>org.slf4j:slf4j-api:jar:</exclude>
+                      <exclude>log4j:log4j:jar:</exclude>
                       
<exclude>jakarta.activation:jakarta.activation-api:jar:</exclude>
                       
<exclude>org.apache.hadoop:hadoop-annotations:jar:</exclude>
                       <exclude>org.apache.hadoop:hadoop-auth:jar:</exclude>

Reply via email to