Skip to content

Commit e710d4e

Browse files
committed
Port log4j-1.2-api changes from 2.x
This ports the changes to the `log4j-1.2-api` module that never made it to `main`. Part of #2163.
1 parent b5d8542 commit e710d4e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

log4j-1.2-api/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<version>${revision}</version>
2424
<relativePath>../log4j-parent</relativePath>
2525
</parent>
26-
2726
<artifactId>log4j-1.2-api</artifactId>
2827
<packaging>jar</packaging>
2928
<name>Apache Log4j 1.x Compatibility API</name>
@@ -86,12 +85,6 @@
8685
<artifactId>commons-lang3</artifactId>
8786
<scope>test</scope>
8887
</dependency>
89-
<!-- Place Felix before Equinox because Felix is signed. -->
90-
<dependency>
91-
<groupId>org.hamcrest</groupId>
92-
<artifactId>hamcrest</artifactId>
93-
<scope>test</scope>
94-
</dependency>
9588
<dependency>
9689
<groupId>com.fasterxml.jackson.dataformat</groupId>
9790
<artifactId>jackson-dataformat-xml</artifactId>
@@ -107,6 +100,7 @@
107100
<artifactId>junit-jupiter-params</artifactId>
108101
<scope>test</scope>
109102
</dependency>
103+
<!-- JUnit -->
110104
<dependency>
111105
<groupId>org.junit.vintage</groupId>
112106
<artifactId>junit-vintage-engine</artifactId>

0 commit comments

Comments
 (0)