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:32:20 UTC

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7dfd751  RATIS-1468. Remove unused log4j dependency from thirdparty pom.xml. (#23)
7dfd751 is described below

commit 7dfd751647bbd325b80394ac33bbf5eb8186af98
Author: Tsz-Wo Nicholas Sze <sz...@apache.org>
AuthorDate: Mon Dec 13 09:32:17 2021 +0800

    RATIS-1468. Remove unused log4j dependency from thirdparty pom.xml. (#23)
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index f177a65..c2854f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,6 @@
     <guava.version>28.2-jre</guava.version>
     <io.opencensus.version>0.21.0</io.opencensus.version>
     <junit.version>4.13</junit.version>
-    <log4j.version>1.2.17</log4j.version>
     <slf4j.version>1.7.30</slf4j.version>
 
     <ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>
@@ -157,11 +156,6 @@
         <version>${io.opencensus.version}</version>
       </dependency>
       <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>${log4j.version}</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
         <version>${commons-lang3.version}</version>