From 6b2861abb7e65134fbd00ea643e9e1e185a4b666 Mon Sep 17 00:00:00 2001 From: Ximanta Date: Tue, 17 May 2016 18:20:25 +0530 Subject: [PATCH] Updated pom.xml to use Spring Boot curated dependency for Jackson --- pom.xml | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 0bfab0d..0f46d83 100644 --- a/pom.xml +++ b/pom.xml @@ -30,39 +30,15 @@ org.springframework.boot spring-boot-starter - - com.fasterxml.jackson.core - jackson-databind - 2.7.4 - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-annotations - - - - - com.fasterxml.jackson.core - jackson-core - 2.7.4 - - - - com.fasterxml.jackson.core - jackson-annotations - 2.7.4 - - - org.springframework.boot spring-boot-starter-test test + + com.fasterxml.jackson.core + jackson-databind + com.h2database h2