diff --git a/pom.xml b/pom.xml index d0ad5a5..2a21aa5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.gcube.core common-encryption - [1.0.2-SNAPSHOT,2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) diff --git a/src/test/java/org/gcube/common/authorizationservice/cl/CallTest.java b/src/test/java/org/gcube/common/authorizationservice/cl/CallTest.java index 9dba4bd..9918366 100644 --- a/src/test/java/org/gcube/common/authorizationservice/cl/CallTest.java +++ b/src/test/java/org/gcube/common/authorizationservice/cl/CallTest.java @@ -19,7 +19,7 @@ public class CallTest { @Test public void call() throws Exception{ try{ - System.out.println(authorizationService().get("f676d94d-af4c-4805-9225-98620f2e1aa0")); + System.out.println(authorizationService().get("82a84741-debe-4c90-a907-c429c8272071")); }catch(ObjectNotFound onf){ onf.printStackTrace(); } @@ -29,7 +29,7 @@ public class CallTest { public void requestToken() throws Exception { //ScopeProvider.instance.set("/gcube/devsec"); - String token = authorizationService().generateToken(new UserInfo("lucio.lelii", new ArrayList()), "/gcube/devsec"); + String token = authorizationService().generateToken(new UserInfo("luca.frosini", new ArrayList()), "/gcube/devsec"); System.out.println("token is: "+token); }