From 08159c3d5e20e2174855a69fd56c768dbfb20cf3 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 7 Jul 2020 17:04:08 +0200 Subject: [PATCH] Switching to gcube-jackson --- pom.xml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 63374a7..0d66e93 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ - 2.11.0 + 2.8.11 2.6.0 UTF-8 InformationSystem @@ -48,21 +48,23 @@ orientdb-client ${orientdb.version} + - com.fasterxml.jackson.core - jackson-core - ${jackson.version} + org.gcube.common + gcube-jackson-databind + ${gcube-jackson.version} - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} + org.gcube.common + gcube-jackson-annotations + ${gcube-jackson.version} - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} + org.gcube.common + gcube-jackson-core + ${gcube-jackson.version} +