Skip to content

Commit

Permalink
Port log4j-1.2-api changes from 2.x
Browse files Browse the repository at this point in the history
This ports the changes to the `log4j-1.2-api` module that never made it
to `main`.

Part of apache#2163.
  • Loading branch information
ppkarwasz committed Jan 15, 2024
1 parent 39a3fcf commit c71bdf8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions log4j-1.2-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<version>${revision}</version>
<relativePath>../log4j-parent</relativePath>
</parent>

<artifactId>log4j-1.2-api</artifactId>
<packaging>jar</packaging>
<name>Apache Log4j 1.x Compatibility API</name>
Expand Down Expand Up @@ -86,12 +85,6 @@
<artifactId>commons-lang3</artifactId>
<scope>test</scope>
</dependency>
<!-- Place Felix before Equinox because Felix is signed. -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
Expand All @@ -107,6 +100,7 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
Expand Down

0 comments on commit c71bdf8

Please sign in to comment.