From 8b9890eb5dff753a38e96b90d0a691a81a85ecf0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 3 Oct 2019 17:39:55 +0100 Subject: [PATCH] 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 --- spring-boot-project/spring-boot-dependencies/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index d3892099ab..8f43974776 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -212,7 +212,6 @@ 2.0.26.Final 3325375 0.41 - 5.0.3 1.6.3 2.6.3 @@ -648,11 +647,6 @@ import pom - - com.fasterxml.woodstox - woodstox-core - ${woodstox.version} - com.github.ben-manes.caffeine caffeine