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/16 21:11:18 UTC

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


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

commit 3e8445226f5e6b4b1bcfc0d96e237b0a09703b40
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 003bc118cfc..1195df6d5c8 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -81,10 +81,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 ed5401ad396..f295d34a8ea 100644
--- a/distribution/server/pom.xml
+++ b/distribution/server/pom.xml
@@ -100,11 +100,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 de9366b0336..3418ff92248 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 509d00380ab..0461ae604cc 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>