From c595ce63e5dfee505415ba007a83ff8ad8633db5 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 28 Jul 2014 12:03:02 +0200 Subject: [PATCH] DATAREST-343 - Fixed dependency to jackson-annotations after 2.3.4 upgrade. See: https://github.com/FasterXML/jackson-annotations/issues/39 --- spring-data-rest-core/pom.xml | 2 +- spring-data-rest-webmvc/pom.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-data-rest-core/pom.xml b/spring-data-rest-core/pom.xml index 3d9baedda..d68d96cea 100644 --- a/spring-data-rest-core/pom.xml +++ b/spring-data-rest-core/pom.xml @@ -62,7 +62,7 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson} + 2.3.3 diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 9639675b8..d75042328 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -65,7 +65,9 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson} + + + 2.3.3