Skip to content

Commit 46c9c7f

Browse files
committed
Remove redundant woodstox-core dependency
1 parent 4772a2b commit 46c9c7f

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

log4j-core-test/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@
171171
<groupId>org.junit.vintage</groupId>
172172
<artifactId>junit-vintage-engine</artifactId>
173173
</dependency>
174-
<!-- POM for jackson-dataformat-xml 2.9.2 depends on woodstox-core 5.0.3 -->
175-
<dependency>
176-
<groupId>com.fasterxml.woodstox</groupId>
177-
<artifactId>woodstox-core</artifactId>
178-
<optional>true</optional>
179-
</dependency>
180174
<dependency>
181175
<groupId>org.awaitility</groupId>
182176
<artifactId>awaitility</artifactId>

log4j-parent/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
<tomcat-juli.version>10.1.18</tomcat-juli.version>
158158
<velocity.version>1.7</velocity.version>
159159
<wiremock.version>2.35.1</wiremock.version>
160-
<woodstox.version>6.5.1</woodstox.version>
161160
<xmlunit.version>2.9.1</xmlunit.version>
162161
<xz.version>1.9</xz.version>
163162
<zstd.version>1.5.5-11</zstd.version>
@@ -851,12 +850,6 @@
851850
<version>${wiremock.version}</version>
852851
</dependency>
853852

854-
<dependency>
855-
<groupId>com.fasterxml.woodstox</groupId>
856-
<artifactId>woodstox-core</artifactId>
857-
<version>${woodstox.version}</version>
858-
</dependency>
859-
860853
<dependency>
861854
<groupId>org.xmlunit</groupId>
862855
<artifactId>xmlunit-core</artifactId>

0 commit comments

Comments
 (0)