diff --git a/.classpath b/.classpath index 534b5e5..8131be0 100644 --- a/.classpath +++ b/.classpath @@ -6,23 +6,20 @@ - - - - - + + - + diff --git a/pom.xml b/pom.xml index 3dcc21f..26ce1f5 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.core common-scope - 1.2.0 + 1.3.0-SNAPSHOT Common Scope Scope-related APIs @@ -30,7 +30,7 @@ org.gcube.core common-configuration-scanner - 1.0.0 + [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) diff --git a/src/main/java/org/gcube/common/scope/impl/ScopedServiceMap.java b/src/main/java/org/gcube/common/scope/impl/ScopedServiceMap.java index f25d08c..69f580a 100644 --- a/src/main/java/org/gcube/common/scope/impl/ScopedServiceMap.java +++ b/src/main/java/org/gcube/common/scope/impl/ScopedServiceMap.java @@ -45,7 +45,7 @@ public class ScopedServiceMap implements ServiceMap { } //helper - private ServiceMap currentMap() { + public ServiceMap currentMap() { String currentScope = ScopeProvider.instance.get();