From c7045f5294386ad40ae75a6ab3ab88e291fdffcc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 19 Aug 2014 14:43:14 -0700 Subject: [PATCH] Remove duplicate dependencies from data-rest Update `spring-boot-starter-data-rest` to remove duplicate jackson dependencies. --- .../spring-boot-starter-data-rest/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml index 3b8c62cbee3..6f17949d3ee 100644 --- a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml @@ -52,13 +52,5 @@ org.springframework.data spring-data-rest-webmvc - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-databind -