Skip to content

Commit 3e7a704

Browse files
committed
Manual merge of pom.xml changes wrt Woodstox/stax2-api dep change
1 parent 5c1a766 commit 3e7a704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
5656
<dependency>
5757
<groupId>org.codehaus.woodstox</groupId>
5858
<artifactId>stax2-api</artifactId>
59+
<version>${jackson.version.dep.stax2-api}</version>
5960
<exclusions>
6061
<exclusion>
6162
<groupId>javax.xml.stream</groupId>
@@ -70,6 +71,7 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
7071
<dependency>
7172
<groupId>com.fasterxml.woodstox</groupId>
7273
<artifactId>woodstox-core</artifactId>
74+
<version>${jackson.version.dep.woodstox}</version>
7375
<exclusions>
7476
<exclusion>
7577
<groupId>javax.xml.stream</groupId>

0 commit comments

Comments
 (0)