From c451eb1d191c889968253f00cc4a55cf8c4d137e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Aug 2016 19:32:21 +0100 Subject: [PATCH] Remove dependency management for jackson-datatype-jaxrs We've downgraded to 2.7.x so we need to remove the dependency management for jackson-datatype-jaxrs which is new in Jackson 2.8 Closes gh-6508 See gh-6369 --- spring-boot-dependencies/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index e892f05919..3db509f3d3 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -667,11 +667,6 @@ jackson-datatype-hibernate5 ${jackson.version} - - com.fasterxml.jackson.datatype - jackson-datatype-jaxrs - ${jackson.version} - com.fasterxml.jackson.datatype jackson-datatype-jdk8