From db9fdd97ec65b050494a01891eab55b59c3f3ace Mon Sep 17 00:00:00 2001 From: Gerwin Gsenger Date: Mon, 12 Jan 2015 10:13:16 +0100 Subject: switch to Jackson Version 2.5.0 --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a87900e72..5bf9febdc 100644 --- a/pom.xml +++ b/pom.xml @@ -659,6 +659,18 @@ + + + com.fasterxml.jackson.core + jackson-core + ${jackson-version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson-version} + -- cgit v1.2.3