Fixed dependency

This commit is contained in:
Luca Frosini 2019-09-19 14:27:55 +02:00
parent 58e035998f
commit b9c72cd133
2 changed files with 1 additions and 3 deletions

View File

@ -106,7 +106,6 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat-client</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>
<!-- Dependencies forced to provided -->

View File

@ -3,7 +3,6 @@ package org.gcube.dataharvest.harvester.sobigdata;
import java.util.List;
import org.gcube.dataharvest.utils.ContextTest;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -11,7 +10,7 @@ public class SoBigDataHarvesterTest extends ContextTest {
private static Logger logger = LoggerFactory.getLogger(SoBigDataHarvesterTest.class);
@Test
// @Test
public void testGroupList() throws Exception {
ContextTest.setContextByName("/d4science.research-infrastructures.eu/D4Research/AGINFRAplusDev");
List<String> groups = SoBigDataHarvester.listGroup();