We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1a766 commit 3e7a704Copy full SHA for 3e7a704
pom.xml
@@ -56,6 +56,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
56
<dependency>
57
<groupId>org.codehaus.woodstox</groupId>
58
<artifactId>stax2-api</artifactId>
59
+ <version>${jackson.version.dep.stax2-api}</version>
60
<exclusions>
61
<exclusion>
62
<groupId>javax.xml.stream</groupId>
@@ -70,6 +71,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
70
71
72
<groupId>com.fasterxml.woodstox</groupId>
73
<artifactId>woodstox-core</artifactId>
74
+ <version>${jackson.version.dep.woodstox}</version>
75
76
77
0 commit comments