diff --git a/distro/changelog.xml b/distro/changelog.xml index 0d81d4f..b6114c7 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,3 +1,5 @@ + + First Release diff --git a/distro/descriptor.xml b/distro/descriptor.xml index 089683d..2f600d7 100644 --- a/distro/descriptor.xml +++ b/distro/descriptor.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd"> servicearchive tar.gz diff --git a/distro/profile.xml b/distro/profile.xml index 014ca47..4074c9c 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -1,4 +1,5 @@ + Service diff --git a/pom.xml b/pom.xml index 5795212..110c08a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,13 @@ pom import + + org.gcube.information-system + information-system-bom + 1.0.0-SNAPSHOT + pom + import + diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/client/proxy/ResourceRegistryClientTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/client/proxy/ResourceRegistryClientTest.java index a034e9d..0d91edd 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/client/proxy/ResourceRegistryClientTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/client/proxy/ResourceRegistryClientTest.java @@ -31,18 +31,20 @@ public class ResourceRegistryClientTest { @Test public void testQuery() throws InvalidQueryException{ String res = resourceRegistryClient.query("SELECT FROM V", 0, null); + logger.trace(res); } @Test public void testGetFacetSchema() throws SchemaNotFoundException { String res = resourceRegistryClient.getFacetSchema("ContactFacet"); + logger.trace(res); } @Test public void testGetResourceSchema() throws SchemaNotFoundException { String res = resourceRegistryClient.getResourceSchema("HostingNode"); - + logger.trace(res); } } diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml index 6dd5446..da584de 100644 --- a/src/test/resources/logback-test.xml +++ b/src/test/resources/logback-test.xml @@ -1,3 +1,5 @@ + +