Skip to content

Commit 8b9890e

Browse files
committed
Remove Woodstox dependency management after Jackson upgrade
The upgrade to Jackson 2.10.0 means that the possibility of getting an incompatible combination of Woodstox and the StAX API when building with Maven has gone. This commit removes the dependency management as it was only added to work around the incompatibility in Jackson's transitive dependencies. Closes gh-18500
1 parent 078536a commit 8b9890e

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+0
-6
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
<undertow.version>2.0.26.Final</undertow.version>
213213
<webjars-hal-browser.version>3325375</webjars-hal-browser.version>
214214
<webjars-locator-core.version>0.41</webjars-locator-core.version>
215-
<woodstox.version>5.0.3</woodstox.version>
216215
<wsdl4j.version>1.6.3</wsdl4j.version>
217216
<xmlunit2.version>2.6.3</xmlunit2.version>
218217
<!-- Plugin versions -->
@@ -648,11 +647,6 @@
648647
<scope>import</scope>
649648
<type>pom</type>
650649
</dependency>
651-
<dependency>
652-
<groupId>com.fasterxml.woodstox</groupId>
653-
<artifactId>woodstox-core</artifactId>
654-
<version>${woodstox.version}</version>
655-
</dependency>
656650
<dependency>
657651
<groupId>com.github.ben-manes.caffeine</groupId>
658652
<artifactId>caffeine</artifactId>

0 commit comments

Comments
 (0)