From 15b47b1f03ecc89b7f3cccc0f80958781eef6cc3 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 8a27f3e72..574d47b89 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} +