Skip to content

Commit 567717b

Browse files
authored
Sync Woodstox/stax2-api versions with jackson-bom (#53)
1 parent 59d3714 commit 567717b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<dependency>
6161
<groupId>org.codehaus.woodstox</groupId>
6262
<artifactId>stax2-api</artifactId>
63+
<version>${jackson.version.dep.stax2-api}</version>
6364
</dependency>
6465

6566
<!-- Also: While JDK-included SJSXP almost works, there are some rough edges;
@@ -68,6 +69,7 @@
6869
<dependency>
6970
<groupId>com.fasterxml.woodstox</groupId>
7071
<artifactId>woodstox-core</artifactId>
72+
<version>${jackson.version.dep.woodstox}</version>
7173
<exclusions>
7274
<exclusion>
7375
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)