Fixed dependencies

This commit is contained in:
Fabio Sinibaldi 2020-12-15 18:32:47 +01:00
parent 8daf7fecb2
commit b46b2bc1d4
9 changed files with 21 additions and 20 deletions

View File

@ -37,7 +37,7 @@
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>collectors-plugin-framework</artifactId>
</dependency>
@ -61,7 +61,7 @@
</dependency>
<!-- TEST -->
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>test-commons</artifactId>
<scope>test</scope>
</dependency>
@ -93,4 +93,5 @@
</plugins>
</build>
</project>

View File

@ -4,9 +4,6 @@ import java.io.IOException;
import java.util.Collection;
import java.util.Set;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.map.JsonMappingException;
import org.codehaus.jackson.map.ObjectMapper;
import org.gcube.data.publishing.gCatFeeder.collectors.dm.model.InternalAlgorithmDescriptor;
import org.gcube.data.publishing.gCatFeeder.model.CatalogueFormatData;
import org.gcube.data.publishing.gCatFeeder.model.InternalConversionException;
@ -16,10 +13,13 @@ import org.gcube.data.publishing.gCatfeeder.collectors.DataCollector;
import org.gcube.data.publishing.gCatfeeder.collectors.DataTransformer;
import org.gcube.data.publishing.gCatfeeder.collectors.model.faults.CatalogueNotSupportedException;
import org.gcube.data.publishing.gCatfeeder.collectors.model.faults.CollectorFault;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Test;
import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.jackson.databind.ObjectMapper;
public class TranslationTest extends BaseCollectorTest{

View File

@ -25,7 +25,7 @@
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
</dependency>
</dependencies>

View File

@ -31,7 +31,7 @@
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
</dependency>
</dependencies>

View File

@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
</dependency>
@ -44,7 +44,7 @@
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>test-commons</artifactId>
</dependency>

View File

@ -6,7 +6,7 @@
<artifactId>gFeed-Suite</artifactId>
<version>1.0.4-SNAPSHOT</version>
</parent>
<artifactId>gFeed-service</artifactId>
<artifactId>gCat-Feeder</artifactId>
<name>gFeed Service</name>
<version>1.0.4-SNAPSHOT</version>
<description>Service implementation</description>
@ -27,13 +27,13 @@
<dependencies>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>collectors-plugin-framework</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
</dependency>

View File

@ -53,7 +53,7 @@
<!-- TEST -->
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>test-commons</artifactId>
<scope>test</scope>
</dependency>

View File

@ -56,25 +56,25 @@
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>collectors-plugin-framework</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>test-commons</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>

View File

@ -18,13 +18,13 @@
</scm>
<dependencies>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>collectors-plugin-framework</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gCat-Feeder</groupId>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>catalogue-plugin-framework</artifactId>
</dependency>