From f9a73e23a3fa4dbbc4980a0567f295386126d175 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 17 Feb 2021 15:19:31 +0100 Subject: [PATCH] guava dependency moved to compile --- pom.xml | 1 + .../datacatalogue/utillibrary/test/TestDataCatalogueLib.java | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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;