diff --git a/pom.xml b/pom.xml index 3faed81..1aed4ac 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,7 @@ com.google.guava guava + compile com.googlecode.json-simple diff --git a/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java b/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java index 1acad06..d46f879 100644 --- a/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java +++ b/src/test/java/org/gcube/datacatalogue/utillibrary/test/TestDataCatalogueLib.java @@ -51,7 +51,7 @@ public class TestDataCatalogueLib { * * @throws Exception the exception */ - @Before + //@Before public void before() throws Exception{ factory = DataCatalogueFactory.getFactory(); } @@ -123,7 +123,7 @@ public class TestDataCatalogueLib { * @return the user role by group * @throws Exception the exception */ - @Test + //@Test public void getDataset() throws Exception{ DataCatalogueImpl instance = factory.getUtilsPerScope(scope); String username = testUser;