From a946c9fdcc499c4b39fb7c02e78fb00b35de7fb7 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 7 Jul 2020 17:12:31 +0200 Subject: [PATCH] Switching to gcube-jackson --- .settings/.gitignore | 2 ++ pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .settings/.gitignore diff --git a/.settings/.gitignore b/.settings/.gitignore new file mode 100644 index 0000000..6cb3d6d --- /dev/null +++ b/.settings/.gitignore @@ -0,0 +1,2 @@ +/org.eclipse.core.resources.prefs +/org.eclipse.jdt.core.prefs diff --git a/pom.xml b/pom.xml index 1f4a853..f7bb5d1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.common context-enumeration - 1.0.0-SNAPSHOT + 2.0.0-SNAPSHOT Context Enumeration @@ -28,7 +28,7 @@ org.gcube.distribution gcube-bom - 1.5.0 + 2.0.0-SNAPSHOT pom import @@ -61,8 +61,8 @@ runtime - com.fasterxml.jackson.core - jackson-databind + org.gcube.common + gcube-jackson-databind org.slf4j