diff --git a/pom.xml b/pom.xml index 196c343..eb5b6ad 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ org.gcube.information-system resource-registry-api - [3.0.0, 4.0.0-SNAPSHOT) + [4.0.0-SNAPSHOT, 5.0.0-SNAPSHOT) org.gcube.information-system diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/client/ResourceRegistryClientTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/client/ResourceRegistryClientTest.java index 97cb8ac..40f94a1 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/client/ResourceRegistryClientTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/client/ResourceRegistryClientTest.java @@ -8,6 +8,7 @@ import java.util.List; import java.util.Map; import java.util.UUID; +import org.gcube.com.fasterxml.jackson.core.JsonProcessingException; import org.gcube.informationsystem.model.impl.properties.HeaderImpl; import org.gcube.informationsystem.model.reference.entities.Resource; import org.gcube.informationsystem.model.reference.properties.Header; @@ -28,8 +29,6 @@ import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import com.fasterxml.jackson.core.JsonProcessingException; - /** * @author Luca Frosini (ISTI - CNR) */