Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump woodstox-core from 5.1.0 to 6.2.7 #39

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,7 @@
<spring-data-mongodb.version>2.2.13.RELEASE</spring-data-mongodb.version>
<stax-ex.version>1.8.3</stax-ex.version>
<stax2-api.version>4.2.1</stax2-api.version>

<!--
NOTE:
There is a conflict between jackson-dataformat-xml and jaxws-rt in the
version of woodstox-core. Jackson uses 6.x while the JAX-WS runtime
uses 5.x. We are choosing to use 5.x here because that is what has worked
for us in production services. However, it may simply be the case that
we have not used both jackson-dataformat-xml and jaxws-rt in the same
service and didn't experience any problems, so you will need to choose
the woodstox version you want to use and test it.
-->
<woodstox-core.version>5.1.0</woodstox-core.version>
<woodstox-core.version>6.2.7</woodstox-core.version>
<zookeeper.version>3.7.0</zookeeper.version>

<!-- Sonar properties -->
Expand Down