Skip to content

Commit c7dd807

Browse files
committed
Remove redundant stax2-api pin (#2205)
1 parent 5c4b30c commit c7dd807

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

log4j-core-java9/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<properties>
3131
<maven.compiler.release>9</maven.compiler.release>
3232
<maven.deploy.skip>true</maven.deploy.skip>
33-
<stax2-api.version>4.2.2</stax2-api.version>
3433
</properties>
3534
<dependencies>
3635
<!-- Naturally, all implementations require the log4j-api JAR -->
@@ -46,14 +45,6 @@
4645
<groupId>com.fasterxml.jackson.dataformat</groupId>
4746
<artifactId>jackson-dataformat-xml</artifactId>
4847
</dependency>
49-
<!-- Pinning `org.codehaus.woodstox:stax2-api` (which is injected by `com.fasterxml.jackson.dataformat:jackson-dataformat-xml`) to avoid `RequireUpperBoundDeps` failures: -->
50-
<dependency>
51-
<groupId>org.codehaus.woodstox</groupId>
52-
<artifactId>stax2-api</artifactId>
53-
<version>${stax2-api.version}</version>
54-
<scope>runtime</scope>
55-
<optional>true</optional>
56-
</dependency>
5748
<dependency>
5849
<groupId>org.apache.maven</groupId>
5950
<artifactId>maven-core</artifactId>

0 commit comments

Comments
 (0)