Skip to content

Commit

Permalink
Remove remaining log4j-jcl and other references from POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Feb 17, 2024
1 parent 467b54d commit 5cb00dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 32 deletions.
7 changes: 1 addition & 6 deletions log4j-flume-ng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions log4j-spring-cloud-config-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@

<!-- Spring requires an implementation of `commons-logging` and we excluded `spring-jcl` above -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>

Expand Down
24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-appserver</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-async-logger</artifactId>
Expand Down Expand Up @@ -433,12 +427,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jctools</artifactId>
Expand Down Expand Up @@ -487,18 +475,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-jackson</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-jackson-xml</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-template-json</artifactId>
Expand Down

0 comments on commit 5cb00dd

Please sign in to comment.