From d3380737ecb0f652773b75638bf2c2da75e1f927 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 13 Oct 2020 12:56:14 +0200 Subject: [PATCH] removed gcube-bom --- .settings/org.eclipse.wst.common.component | 10 ---------- pom.xml | 17 +++++++++-------- .../gcube/spatial/data/sdi/test/MainTest.java | 2 +- 3 files changed, 10 insertions(+), 19 deletions(-) delete mode 100644 .settings/org.eclipse.wst.common.component diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component deleted file mode 100644 index 5c66094..0000000 --- a/.settings/org.eclipse.wst.common.component +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 09a5ac9..3237cef 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ https://code-repo.d4science.org/gCubeSystem + 2.25.1 @@ -34,13 +35,13 @@ import - org.gcube.distribution - gcube-bom - 2.0.0-SNAPSHOT + org.glassfish.jersey + jersey-bom + ${jersey.version} pom import - + @@ -112,10 +113,10 @@ jersey-media-json-jackson - - jackson-databind - com.fasterxml.jackson.core - + + + + diff --git a/src/test/java/org/gcube/spatial/data/sdi/test/MainTest.java b/src/test/java/org/gcube/spatial/data/sdi/test/MainTest.java index cbc937d..3c731dd 100644 --- a/src/test/java/org/gcube/spatial/data/sdi/test/MainTest.java +++ b/src/test/java/org/gcube/spatial/data/sdi/test/MainTest.java @@ -113,7 +113,7 @@ public class MainTest extends JerseyTest{ // @Test public void getGeoServer(){ - System.out.println(target(ServiceConstants.GeoServer.INTERFACE).path("configuration/geoserver1-spatial-dev.d4science.org").request(MediaType.APPLICATION_JSON_TYPE).get(String.class)); + System.out.println(target(ServiceConstants.GeoServer.INTERFACE).path("configuration/geoserver1.dev.d4science.org").request(MediaType.APPLICATION_JSON_TYPE).get(String.class)); } @Test