Skip to content

Commit 5ee6972

Browse files
committed
Merge branch '2.x' of github.com:FasterXML/jackson-dataformat-xml into 2.x
2 parents 1dbc07b + 06e24a3 commit 5ee6972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ 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>${jackson.version.dep.stax2-api}</version>
7374
<exclusions>
7475
<exclusion>
7576
<groupId>javax.xml.stream</groupId>
@@ -86,9 +87,11 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
8687
-->
8788
<!-- 21-Jun-2024, tatu: For 2.18, 7.0.0 (Java 8) -->
8889
<!-- 22-Oct-2024, tatu: For 2.19, 7.1.0 (latest) -->
90+
<!-- 15-May-2025, tatu: For 2.20 comes from jackson-bom (7.1.0) -->
8991
<dependency>
9092
<groupId>com.fasterxml.woodstox</groupId>
9193
<artifactId>woodstox-core</artifactId>
94+
<version>${jackson.version.dep.woodstox}</version>
9295
<exclusions>
9396
<exclusion>
9497
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)