diff --git a/cms-plugin-framework/pom.xml b/cms-plugin-framework/pom.xml index 43fef4f..49562a2 100644 --- a/cms-plugin-framework/pom.xml +++ b/cms-plugin-framework/pom.xml @@ -88,6 +88,36 @@ + + + + + + + net.postgis + postgis-jdbc + 2.5.0 + provided + + + + + org.gcube.spatial.data + gis-interface + [2.4.6,3.0.0) + provided + + + + + + org.gcube.data.transfer + data-transfer-library + [1.2.1,2.0.0] + provided + + + \ No newline at end of file diff --git a/concessioni-lifecycle/pom.xml b/concessioni-lifecycle/pom.xml index 0924157..288c747 100644 --- a/concessioni-lifecycle/pom.xml +++ b/concessioni-lifecycle/pom.xml @@ -28,6 +28,17 @@ + + + + org.gcube.application.cms + cms-plugin-framework + 1.0.1-SNAPSHOT + import + + + + @@ -35,22 +46,18 @@ cms-plugin-framework - - org.gcube.application.cms - cms-test-commons - test - + org.gcube.application.cms concessioni-model - - - org.gcube.spatial.data - gis-interface - [2.4.6,3.0.0) - + + + + + + @@ -59,6 +66,13 @@ [1.2.1,2.0.0] + + + org.gcube.application.cms + cms-test-commons + test + + diff --git a/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java b/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java index 5abada9..9873b40 100644 --- a/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java +++ b/geoportal-common/src/main/java/org/gcube/application/geoportal/common/utils/tests/GCubeTest.java @@ -12,7 +12,7 @@ public class GCubeTest { //testContext = "/pred4s/preprod/preVRE"; - testContext = "/gcube/devsec/devVRE"; + //testContext = "/gcube/devsec/devVRE"; System.out.println("TEST CONTEXT = "+testContext);