diff --git a/pom.xml b/pom.xml
index e3fcc6e..26387b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,11 +57,11 @@
org.gcube.resources.discovery
ic-client
[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT]
-
+
org.gcube.core
- common-utils-encryption
- [1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)
+ common-encryption
+ [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)
org.gcube.resources
@@ -73,17 +73,17 @@
slf4j-log4j12
1.6.4
test
-
+
- com.thoughtworks.xstream
+ com.thoughtworks.xstream
xstream
1.4.4
- org.gcube.resources
- common-gcore-resources
- [1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)
-
+ org.gcube.resources
+ common-gcore-resources
+ [1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)
+
diff --git a/src/main/java/org/gcube/spatial/data/geonetwork/configuration/DefaultConfiguration.java b/src/main/java/org/gcube/spatial/data/geonetwork/configuration/DefaultConfiguration.java
index eeb1a56..97b9b36 100644
--- a/src/main/java/org/gcube/spatial/data/geonetwork/configuration/DefaultConfiguration.java
+++ b/src/main/java/org/gcube/spatial/data/geonetwork/configuration/DefaultConfiguration.java
@@ -8,11 +8,11 @@ import java.util.List;
import java.util.Map;
import java.util.Properties;
+import org.gcube.common.encryption.StringEncrypter;
import org.gcube.common.resources.gcore.ServiceEndpoint;
import org.gcube.common.resources.gcore.ServiceEndpoint.AccessPoint;
import org.gcube.common.resources.gcore.ServiceEndpoint.Property;
import org.gcube.common.scope.api.ScopeProvider;
-import org.gcube.common.utils.encryption.StringEncrypter;
import org.gcube.resources.discovery.client.api.DiscoveryClient;
import org.gcube.resources.discovery.client.queries.api.SimpleQuery;
import org.gcube.spatial.data.geonetwork.LoginLevel;