Skip to content

Commit 8565a7c

Browse files
authored
Remove versions of Woodstox / Stax2 API: come from pom now (#741)
1 parent 2c7e0b3 commit 8565a7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
7070
<dependency>
7171
<groupId>org.codehaus.woodstox</groupId>
7272
<artifactId>stax2-api</artifactId>
73-
<version>4.2.2</version>
7473
<exclusions>
7574
<exclusion>
7675
<groupId>javax.xml.stream</groupId>
@@ -85,15 +84,11 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
8584
<!-- 09-May-2016, tatu: With Jackson 2.8, let's make this compile-dep to make it
8685
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
8786
-->
88-
<!-- 28-Jun-2022, tatu: For 2.14, 6.4 to get OSGi metadata, bug fixes -->
89-
<!-- 18-Apr-2023, tatu: For 2.15, 6.5.1 for more OSGi fixes -->
90-
<!-- 17-Jan-2024, tatu: For 2.17, 6.6.1 (latest) -->
9187
<!-- 21-Jun-2024, tatu: For 2.18, 7.0.0 (Java 8) -->
9288
<!-- 22-Oct-2024, tatu: For 2.19, 7.1.0 (latest) -->
9389
<dependency>
9490
<groupId>com.fasterxml.woodstox</groupId>
9591
<artifactId>woodstox-core</artifactId>
96-
<version>7.1.0</version>
9792
<exclusions>
9893
<exclusion>
9994
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)