guava dependency moved to compile

This commit is contained in:
Francesco Mangiacrapa 2021-02-17 15:19:31 +01:00
parent b6d8632b54
commit f9a73e23a3
2 changed files with 3 additions and 2 deletions

View File

@ -143,6 +143,7 @@
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.googlecode.json-simple</groupId> <groupId>com.googlecode.json-simple</groupId>

View File

@ -51,7 +51,7 @@ public class TestDataCatalogueLib {
* *
* @throws Exception the exception * @throws Exception the exception
*/ */
@Before //@Before
public void before() throws Exception{ public void before() throws Exception{
factory = DataCatalogueFactory.getFactory(); factory = DataCatalogueFactory.getFactory();
} }
@ -123,7 +123,7 @@ public class TestDataCatalogueLib {
* @return the user role by group * @return the user role by group
* @throws Exception the exception * @throws Exception the exception
*/ */
@Test //@Test
public void getDataset() throws Exception{ public void getDataset() throws Exception{
DataCatalogueImpl instance = factory.getUtilsPerScope(scope); DataCatalogueImpl instance = factory.getUtilsPerScope(scope);
String username = testUser; String username = testUser;