From a6c01d3b302b485dace04a93168ac663701e280d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 2 Jun 2017 14:21:01 +0200 Subject: [PATCH] Remove `jackson-datatype-jdk8` dependency for now This dependency breaks Glassfish integration tests and was not strictly required by #9297. --- spring-boot-starters/spring-boot-starter-json/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-json/pom.xml b/spring-boot-starters/spring-boot-starter-json/pom.xml index 1129d86bf2..99d1d7c51e 100644 --- a/spring-boot-starters/spring-boot-starter-json/pom.xml +++ b/spring-boot-starters/spring-boot-starter-json/pom.xml @@ -22,10 +22,6 @@ com.fasterxml.jackson.core jackson-databind - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - com.fasterxml.jackson.datatype jackson-datatype-jsr310