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} + +