From 0729c53223565b44eb819b714ee4a584ec98d469 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 31 Oct 2016 16:05:00 +0000 Subject: [PATCH] Added XML doctype. Imported information-system-bom in dependency management. git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@133769 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 2 ++ distro/descriptor.xml | 4 ++-- distro/profile.xml | 1 + pom.xml | 7 +++++++ .../client/proxy/ResourceRegistryClientTest.java | 4 +++- src/test/resources/logback-test.xml | 2 ++ 6 files changed, 17 insertions(+), 3 deletions(-) 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 @@ + +