From a258dab3f9254e579031b6df19c55256c61a0f3e Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 15 Dec 2020 18:59:02 +0100 Subject: [PATCH] core build --- pom.xml | 11 ++++++----- test-commons/pom.xml | 6 ++++++ .../gCatFeeder/tests/InfrastructureTests.java | 3 --- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index fa47d03..b52c473 100644 --- a/pom.xml +++ b/pom.xml @@ -27,14 +27,15 @@ - gCat-Feeder - collectors-plugin-framework - DataMinerAlgorithmsCrawler commons catalogue-plugin-framework - gCat-Controller + collectors-plugin-framework test-commons - oai-harvester + + + + + diff --git a/test-commons/pom.xml b/test-commons/pom.xml index 02b3e6a..03e6b18 100644 --- a/test-commons/pom.xml +++ b/test-commons/pom.xml @@ -22,6 +22,12 @@ collectors-plugin-framework + + org.gcube.data-publishing.gFeed + commons + + + org.gcube.data-publishing.gFeed diff --git a/test-commons/src/main/java/org/gcube/data/publishing/gCatFeeder/tests/InfrastructureTests.java b/test-commons/src/main/java/org/gcube/data/publishing/gCatFeeder/tests/InfrastructureTests.java index 8f6df47..7ca3ca9 100644 --- a/test-commons/src/main/java/org/gcube/data/publishing/gCatFeeder/tests/InfrastructureTests.java +++ b/test-commons/src/main/java/org/gcube/data/publishing/gCatFeeder/tests/InfrastructureTests.java @@ -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 {