Skip to content

Commit

Permalink
Removing log4j-1.2-api from dependencies (#15991)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Jun 9, 2022
1 parent 8709eeb commit 278c40f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions buildtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions distribution/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions managed-ledger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 278c40f

Please sign in to comment.