You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by do...@apache.org on 2023/03/06 19:03:29 UTC

[accumulo-testing] branch main updated: Remove log4j-core dependency (#260)

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

domgarguilo 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 69cbd97  Remove log4j-core dependency (#260)
69cbd97 is described below

commit 69cbd9727f4003053a0a57cf4798695df25ed58e
Author: Dom G <do...@apache.org>
AuthorDate: Mon Mar 6 14:03:23 2023 -0500

    Remove log4j-core dependency (#260)
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index fadbef3..005d85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,10 +91,6 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-client-runtime</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j2-impl</artifactId>