From 00109a0ca24bf94d6f97a567c49e0ba945739f5c Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 15 Feb 2019 15:30:05 +0100 Subject: Remove remaining Jackson Remove jackson import as jackson shoul dbe removed Issue-ID: CLAMP-292 Change-Id: Ie638e40b278e747caf5efc30bf6f32bb489c758b Signed-off-by: sebdet --- pom.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6a2d2734..3a0cc25a 100644 --- a/pom.xml +++ b/pom.xml @@ -265,8 +265,8 @@ camel-servlet-starter - org.apache.camel - camel-jackson-starter + org.apache.camel + camel-gson-starter org.apache.camel @@ -280,6 +280,10 @@ org.slf4j slf4j-ext + + com.fasterxml.jackson.core + jackson-databind + @@ -576,13 +580,7 @@ org.onap.sdc.sdc-tosca sdc-tosca - 1.4.1 - - - com.fasterxml.jackson.core - jackson-databind - - + 1.5.0 -- cgit 1.2.3-korg