Skip to content

Commit

Permalink
Force org.codehaus.woodstox:stax2-api:jar:4.2.2
Browse files Browse the repository at this point in the history
Dependency convergence error for org.codehaus.woodstox:stax2-api:jar:4.2.2 paths to dependency are:

 * jackson-dataformat-xml:jar:2.17.0 -> stax2-api:jar:4.2.2
 * jackson-dataformat-xml:jar:2.17.0 -> woodstox-core:jar:6.5.1 -> stax2-api:jar:4.2.1
  • Loading branch information
dadoonet committed Mar 13, 2024
1 parent 50c4ece commit 4667f67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,16 @@
<version>2.15.1</version>
</dependency>

<!-- Dependency convergence error for org.codehaus.woodstox:stax2-api:jar:4.2.2 paths to dependency are:
jackson-dataformat-xml:jar:2.17.0 -> stax2-api:jar:4.2.2
jackson-dataformat-xml:jar:2.17.0 -> woodstox-core:jar:6.5.1 -> stax2-api:jar:4.2.1
-->
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.2.2</version>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 4667f67

Please sign in to comment.