You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/06/09 18:09:26 UTC

[pulsar] branch master updated: Removing log4j-1.2-api from dependencies (#15991)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 278c40fb4e7 Removing log4j-1.2-api from dependencies (#15991)
278c40fb4e7 is described below

commit 278c40fb4e7e67330201148abcee4f8a21dccdb9
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Thu Jun 9 11:09:20 2022 -0700

    Removing log4j-1.2-api from dependencies (#15991)
---
 buildtools/pom.xml                               | 4 ----
 distribution/server/pom.xml                      | 5 -----
 distribution/server/src/assemble/LICENSE.bin.txt | 1 -
 managed-ledger/pom.xml                           | 6 ------
 4 files changed, 16 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index d44f5e58a16..258fa02ee7b 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -115,10 +115,6 @@
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-1.2-api</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl-over-slf4j</artifactId>
diff --git a/distribution/server/pom.xml b/distribution/server/pom.xml
index fd25bd8450b..210783bf129 100644
--- a/distribution/server/pom.xml
+++ b/distribution/server/pom.xml
@@ -125,11 +125,6 @@
       <version>${project.version}</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-1.2-api</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt
index b6103f484db..012003eb9d9 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -394,7 +394,6 @@ The Apache Software License, Version 2.0
     - org.apache.logging.log4j-log4j-core-2.17.1.jar
     - org.apache.logging.log4j-log4j-slf4j-impl-2.17.1.jar
     - org.apache.logging.log4j-log4j-web-2.17.1.jar
-    - org.apache.logging.log4j-log4j-1.2-api-2.17.1.jar
  * Java Native Access JNA -- net.java.dev.jna-jna-4.2.0.jar
  * BookKeeper
     - org.apache.bookkeeper-bookkeeper-common-4.15.0.jar
diff --git a/managed-ledger/pom.xml b/managed-ledger/pom.xml
index fd0204ba942..86f74105c60 100644
--- a/managed-ledger/pom.xml
+++ b/managed-ledger/pom.xml
@@ -115,12 +115,6 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-1.2-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>