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:15:21 UTC

[pulsar] 01/03: 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 branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit ce0be079a7306103078e73a0797d6eb275bd0ee2
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 1b7a193ff20..2271e3fe1b7 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -111,10 +111,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 bb5918594a0..fe536ad588b 100644
--- a/distribution/server/pom.xml
+++ b/distribution/server/pom.xml
@@ -106,11 +106,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 8cbbe9425c3..84b6e494e10 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.14.5.jar
diff --git a/managed-ledger/pom.xml b/managed-ledger/pom.xml
index 3f636aa9c97..0becbc8785a 100644
--- a/managed-ledger/pom.xml
+++ b/managed-ledger/pom.xml
@@ -101,12 +101,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>