You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2021/12/13 01:34:26 UTC

[ratis] branch master updated: RATIS-1467. Remove unused log4j dependency from pom.xml. (#562)

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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 96b5c92  RATIS-1467. Remove unused log4j dependency from pom.xml. (#562)
96b5c92 is described below

commit 96b5c92cd24e2fc183865c2088690e72c7a3f1d7
Author: Tsz-Wo Nicholas Sze <sz...@apache.org>
AuthorDate: Mon Dec 13 09:34:20 2021 +0800

    RATIS-1467. Remove unused log4j dependency from pom.xml. (#562)
---
 pom.xml                   | 9 ---------
 ratis-experiments/pom.xml | 4 ----
 2 files changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d180a0..c5bd8e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,10 +225,6 @@
 
     <!--metrics-->
     <dropwizard.version>3.2.5</dropwizard.version>
-
-    <!-- LOG4J version -->
-    <log4j.version>1.2.17</log4j.version>
-
   </properties>
 
   <dependencyManagement>
@@ -432,11 +428,6 @@
         <scope>test</scope>
         <version>1.7.29</version>
       </dependency>
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>${log4j.version}</version>
-      </dependency>
 
       <dependency>
         <groupId>com.beust</groupId>
diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml
index ceca8b4..a1a8739 100644
--- a/ratis-experiments/pom.xml
+++ b/ratis-experiments/pom.xml
@@ -42,10 +42,6 @@
       <artifactId>slf4j-log4j12</artifactId>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
   </dependencies>
 
   <build>