From 75109533c958faf149e639844a44afc51a944dc7 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Mar 2018 19:45:24 +0200 Subject: [PATCH] DATAREST-1219 - Removed explicit declaration of Jackson library versions. --- spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml | 1 - spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml | 2 -- spring-data-rest-webmvc/pom.xml | 5 ----- 3 files changed, 8 deletions(-) diff --git a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml index f1a7f938d..4839e6349 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml @@ -52,7 +52,6 @@ com.fasterxml.jackson.datatype jackson-datatype-hibernate4 - ${jackson} diff --git a/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml index 6e6c28c7b..9608ca22c 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml @@ -31,13 +31,11 @@ com.fasterxml.jackson.core jackson-core - ${jackson} com.fasterxml.jackson.core jackson-annotations - ${jackson} diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 3c2e1c396..11809b184 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -48,13 +48,11 @@ com.fasterxml.jackson.core jackson-databind - ${jackson} com.fasterxml.jackson.core jackson-annotations - ${jackson} @@ -62,14 +60,12 @@ com.fasterxml.jackson.datatype jackson-datatype-hibernate4 - ${jackson} true com.fasterxml.jackson.datatype jackson-datatype-hibernate5 - ${jackson} true @@ -85,7 +81,6 @@ com.fasterxml.jackson.datatype jackson-datatype-joda - ${jackson} true