We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d3714 commit 567717bCopy full SHA for 567717b
xml/pom.xml
@@ -60,6 +60,7 @@
60
<dependency>
61
<groupId>org.codehaus.woodstox</groupId>
62
<artifactId>stax2-api</artifactId>
63
+ <version>${jackson.version.dep.stax2-api}</version>
64
</dependency>
65
66
<!-- Also: While JDK-included SJSXP almost works, there are some rough edges;
@@ -68,6 +69,7 @@
68
69
70
<groupId>com.fasterxml.woodstox</groupId>
71
<artifactId>woodstox-core</artifactId>
72
+ <version>${jackson.version.dep.woodstox}</version>
73
<exclusions>
74
<exclusion>
75
<groupId>javax.xml.stream</groupId>
0 commit comments