From 59b15933ae0eddc5252d788a653ad09ced11c753 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Jul 2014 10:59:02 +0200 Subject: [PATCH] DATAREST-343 - Added jackson-annotation as explicit dependency. Added explicit dependency to jackson-annotations as a library previously declared might pull in that one in a different version which might cause conflicts. --- spring-data-rest-webmvc/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 6aa88b588..131f9b826 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -61,6 +61,12 @@ jackson-databind ${jackson} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson} +