From 3cdaf1521522fe8f3445636c420855ac93e1abe7 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 20 Oct 2020 14:45:53 +0200 Subject: [PATCH] fixed log runtime --- pom.xml | 39 +++++++++++++++++-- .../gcube/spatial/data/gis/PublishStore.java | 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3281b11..31f92d9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -11,8 +12,10 @@ 2.4.4-SNAPSHOT gis-interface - + https://code-repo.d4science.org/gCubeSystem + 1.5.11 + @@ -30,6 +33,25 @@ pom import + + org.gcube.distribution + gcube-smartgears-bom + 2.0.0-SNAPSHOT + pom + import + + + + + + + + + + + + + @@ -61,6 +83,9 @@ + + + @@ -97,7 +122,12 @@ - + + + commons-logging + commons-logging + 1.2 + junit @@ -120,6 +150,7 @@ + GeoSolutions @@ -140,6 +171,6 @@ http://maven.research-infrastructures.eu/nexus/content/repositories/unidata/ - + Java library used to communicate with GeoServer and GeoNetwork \ No newline at end of file diff --git a/src/test/java/org/gcube/spatial/data/gis/PublishStore.java b/src/test/java/org/gcube/spatial/data/gis/PublishStore.java index e65886a..81f9bd0 100644 --- a/src/test/java/org/gcube/spatial/data/gis/PublishStore.java +++ b/src/test/java/org/gcube/spatial/data/gis/PublishStore.java @@ -10,7 +10,7 @@ import it.geosolutions.geoserver.rest.encoder.datastore.GSPostGISDatastoreEncode public class PublishStore { public static void main (String[] args) throws Exception{ - TokenSetter.set("/gcube/devsec"); + TokenSetter.set("/gcube/devNext/NextNext"); String workspace="My another workspace";