Skip to content

Commit 5cb00dd

Browse files
committed
Remove remaining log4j-jcl and other references from POMs
1 parent 467b54d commit 5cb00dd

File tree

3 files changed

+3
-32
lines changed

3 files changed

+3
-32
lines changed

log4j-flume-ng/pom.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,7 @@
8080
</dependency>
8181
<dependency>
8282
<groupId>org.apache.logging.log4j</groupId>
83-
<artifactId>log4j-jcl</artifactId>
84-
<scope>test</scope>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.apache.logging.log4j</groupId>
88-
<artifactId>log4j-slf4j-impl</artifactId>
83+
<artifactId>log4j-slf4j2-impl</artifactId>
8984
<scope>test</scope>
9085
</dependency>
9186
<dependency>

log4j-spring-cloud-config-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120

121121
<!-- Spring requires an implementation of `commons-logging` and we excluded `spring-jcl` above -->
122122
<dependency>
123-
<groupId>org.apache.logging.log4j</groupId>
124-
<artifactId>log4j-jcl</artifactId>
123+
<groupId>commons-logging</groupId>
124+
<artifactId>commons-logging</artifactId>
125125
<scope>test</scope>
126126
</dependency>
127127

pom.xml

-24
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,6 @@
367367
<version>${project.version}</version>
368368
</dependency>
369369

370-
<dependency>
371-
<groupId>org.apache.logging.log4j</groupId>
372-
<artifactId>log4j-appserver</artifactId>
373-
<version>${project.version}</version>
374-
</dependency>
375-
376370
<dependency>
377371
<groupId>org.apache.logging.log4j</groupId>
378372
<artifactId>log4j-async-logger</artifactId>
@@ -433,12 +427,6 @@
433427
<version>${project.version}</version>
434428
</dependency>
435429

436-
<dependency>
437-
<groupId>org.apache.logging.log4j</groupId>
438-
<artifactId>log4j-jcl</artifactId>
439-
<version>${project.version}</version>
440-
</dependency>
441-
442430
<dependency>
443431
<groupId>org.apache.logging.log4j</groupId>
444432
<artifactId>log4j-jctools</artifactId>
@@ -487,18 +475,6 @@
487475
<version>${project.version}</version>
488476
</dependency>
489477

490-
<dependency>
491-
<groupId>org.apache.logging.log4j</groupId>
492-
<artifactId>log4j-layout-jackson</artifactId>
493-
<version>${project.version}</version>
494-
</dependency>
495-
496-
<dependency>
497-
<groupId>org.apache.logging.log4j</groupId>
498-
<artifactId>log4j-layout-jackson-xml</artifactId>
499-
<version>${project.version}</version>
500-
</dependency>
501-
502478
<dependency>
503479
<groupId>org.apache.logging.log4j</groupId>
504480
<artifactId>log4j-layout-template-json</artifactId>

0 commit comments

Comments
 (0)