From b4163e5365fe7ecfe8398de535e61f69103b5fee Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 8 Aug 2016 12:47:37 +0200 Subject: [PATCH] DATAREST-868 - Fixed Jackson core dependency in Solr tests. --- spring-data-rest-tests/spring-data-rest-tests-solr/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0834d3378..48779968d 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,7 +31,7 @@ com.fasterxml.jackson.core jackson-core - 2.6.5 + ${jackson}