From ec926472cbeb1359779527cd54b4499bd7591151 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 25 Jun 2020 14:56:45 +0200 Subject: [PATCH] Migrating to gcube-jackson --- .settings/.gitignore | 1 + pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .settings/.gitignore diff --git a/.settings/.gitignore b/.settings/.gitignore new file mode 100644 index 0000000..b012ade --- /dev/null +++ b/.settings/.gitignore @@ -0,0 +1 @@ +/org.eclipse.core.resources.prefs diff --git a/pom.xml b/pom.xml index 5a4c04c..63374a7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.information-system information-system-bom - 1.5.0 + 2.0.0-SNAPSHOT pom Information System Bom Information System Bom is used to declare the version of dependencies shared across information system components @@ -19,7 +19,7 @@ - 2.6.0 + 2.11.0 2.6.0 UTF-8 InformationSystem @@ -50,7 +50,7 @@ com.fasterxml.jackson.core - jackson-databind + jackson-core ${jackson.version} @@ -60,7 +60,7 @@ com.fasterxml.jackson.core - jackson-core + jackson-databind ${jackson.version}