Skip to content

Commit

Permalink
Update woodstox dep to 6.0.0.pr1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 16, 2019
1 parent be8efc7 commit 2b5a763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
<!-- 09-May-2016, tatu: With Jackson 2.8, let's make this compile-dep to make it
less likely users accidentally try to use Sjsxp from JDK, which leads to probs
-->
<!-- 16-Jul-2016, tatu: For 2.10, need Woodstox 6.0 to get module info -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0.pr1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.stream</groupId>
Expand Down

0 comments on commit 2b5a763

Please sign in to comment.