From 40ab3baf21dbbc83a758913dee40218a45b356f0 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 25 Jun 2020 14:57:11 +0200 Subject: [PATCH] Migrating to gcube-jackson --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 134c4ff..7859e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.resource-management gcube-model - 2.0.0 + 3.0.0-SNAPSHOT gCube Resources gCube Model is a resource model built on top of IS Model which captures the different aspects of the resources and their relations playing significant roles in a research infrastructure empowered by gCube jar @@ -18,6 +18,7 @@ UTF-8 InformationSystem + 2.10.3 @@ -52,15 +53,18 @@ com.fasterxml.jackson.core - jackson-databind + jackson-core + ${jackson.version} com.fasterxml.jackson.core jackson-annotations + ${jackson.version} com.fasterxml.jackson.core - jackson-core + jackson-databind + ${jackson.version} org.slf4j