Skip to content

Commit 19dd980

Browse files
authored
Change Woodstox/stax2 deps wrt jackson-bom/99 (#759)
1 parent 888835d commit 19dd980

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pom.xml

Lines changed: 2 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>${stax2.version}</version>
7374
<exclusions>
7475
<exclusion>
7576
<groupId>javax.xml.stream</groupId>
@@ -89,6 +90,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
8990
<dependency>
9091
<groupId>com.fasterxml.woodstox</groupId>
9192
<artifactId>woodstox-core</artifactId>
93+
<version>${woodstox.version}</version>
9294
<exclusions>
9395
<exclusion>
9496
<groupId>javax.xml.stream</groupId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Project: jackson-dataformat-xml
88

99
-
1010

11+
2.19.1 (not yet released)
12+
13+
- Add explicit version for Woodstox, stax2-api (no longer managed via jackson-bom)
14+
1115
2.19.0 (24-Apr-2025)
1216

1317
#508: `XmlMapper` is unable to deserialise into an empty record

0 commit comments

Comments
 (0)