From 5c61d22abcc322a2ce40417e9764a231dafa5783 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 7 Jul 2020 17:10:55 +0200 Subject: [PATCH] Advanced major revision --- .settings/.gitignore | 1 + pom.xml | 31 +++++++++++++++++++++++++------ 2 files changed, 26 insertions(+), 6 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 c242546..6a602f5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,13 +9,14 @@ org.gcube.distribution gcube-bom - 1.5.0 + 2.0.0-SNAPSHOT pom gCube BOM gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components - 2.6.0 + 2.8.11 + 2.8.11 2.25.1 UTF-8 @@ -94,22 +95,22 @@ org.gcube.information-system information-system-model - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) + [4.0.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.resource-management gcube-model - [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) + [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) org.gcube.information-system resource-registry-publisher - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) + [4.0.0-SNAPSHOT,5.0.0-SNAPSHOT) org.gcube.information-system resource-registry-client - [3.0.0-SNAPSHOT,4.0.0-SNAPSHOT) + [4.0.0-SNAPSHOT,5.0.0-SNAPSHOT) @@ -212,6 +213,24 @@ ${jackson.version} + + + + org.gcube.common + gcube-jackson-databind + ${gcube-jackson.version} + + + org.gcube.common + gcube-jackson-annotations + ${gcube-jackson.version} + + + org.gcube.common + gcube-jackson-core + ${gcube-jackson.version} + +