From 469ba11541a70dd3c23996a60b67ed14f50b5642 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 6 Feb 2019 09:18:06 +0000 Subject: [PATCH] Reorganized gCube Model packages git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@177008 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/ResourceRegistryClientTest.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 8e94c21..abb9ae9 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/client/ResourceRegistryClientTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/client/ResourceRegistryClientTest.java @@ -17,13 +17,13 @@ import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegis import org.gcube.informationsystem.resourceregistry.api.exceptions.schema.SchemaNotFoundException; import org.gcube.informationsystem.types.TypeBinder.TypeDefinition; import org.gcube.informationsystem.utils.ISMapper; -import org.gcube.resourcemanagement.model.impl.entity.facet.SoftwareFacetImpl; -import org.gcube.resourcemanagement.model.impl.entity.resource.HostingNodeImpl; -import org.gcube.resourcemanagement.model.reference.entity.facet.ContactFacet; -import org.gcube.resourcemanagement.model.reference.entity.facet.SoftwareFacet; -import org.gcube.resourcemanagement.model.reference.entity.resource.EService; -import org.gcube.resourcemanagement.model.reference.entity.resource.HostingNode; -import org.gcube.resourcemanagement.model.reference.entity.resource.Service; +import org.gcube.resourcemanagement.model.impl.entities.facets.SoftwareFacetImpl; +import org.gcube.resourcemanagement.model.impl.entities.resources.HostingNodeImpl; +import org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet; +import org.gcube.resourcemanagement.model.reference.entities.facets.SoftwareFacet; +import org.gcube.resourcemanagement.model.reference.entities.resources.EService; +import org.gcube.resourcemanagement.model.reference.entities.resources.HostingNode; +import org.gcube.resourcemanagement.model.reference.entities.resources.Service; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory;