core build

This commit is contained in:
Fabio Sinibaldi 2020-12-15 18:59:02 +01:00
parent 920e44a573
commit a258dab3f9
3 changed files with 12 additions and 8 deletions

11
pom.xml
View File

@ -27,14 +27,15 @@
</scm>
<modules>
<module>gCat-Feeder</module>
<module>collectors-plugin-framework</module>
<module>DataMinerAlgorithmsCrawler</module>
<module>commons</module>
<module>catalogue-plugin-framework</module>
<module>gCat-Controller</module>
<module>collectors-plugin-framework</module>
<module>test-commons</module>
<module>oai-harvester</module>
<!-- <module>DataMinerAlgorithmsCrawler</module> -->
<!-- <module>gCat-Controller</module> -->
<!-- <module>oai-harvester</module> -->
<!-- <module>gCat-Feeder</module> -->
</modules>
<dependencyManagement>

View File

@ -22,6 +22,12 @@
<artifactId>collectors-plugin-framework</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>
<artifactId>commons</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data-publishing.gFeed</groupId>

View File

@ -2,7 +2,6 @@ package org.gcube.data.publishing.gCatFeeder.tests;
import java.io.IOException;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
@ -11,8 +10,6 @@ import org.gcube.common.scope.api.ScopeProvider;
import org.gcube.data.publishing.gCatFeeder.model.EnvironmentConfiguration;
import org.gcube.data.publishing.gCatFeeder.utils.ISUtils;
import org.junit.BeforeClass;
import org.w3c.dom.Element;
import org.w3c.dom.NodeList;
public class InfrastructureTests {