From 39c1c1ce440c64472392dc6f4d92dc43c2be12f0 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 11 Apr 2018 12:29:32 -0500 Subject: [PATCH] Update Shiro Version Issue-ID: AAF-228 Change-Id: I17ba5973672b3c1baed736b28476f1301621d63e Signed-off-by: Instrumental --- auth/auth-certman/pom.xml | 1 - cadi/aaf/src/test/java/org/onap/aaf/client/sample/Sample.java | 2 +- .../src/{main => test}/java/com/att/cadi/enduser/OAuthExample.java | 0 cadi/shiro/pom.xml | 3 +-- 4 files changed, 2 insertions(+), 4 deletions(-) rename cadi/oauth-enduser/src/{main => test}/java/com/att/cadi/enduser/OAuthExample.java (100%) diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index e4427bd5..2345a273 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -68,7 +68,6 @@ jscep 2.4.0 - diff --git a/cadi/aaf/src/test/java/org/onap/aaf/client/sample/Sample.java b/cadi/aaf/src/test/java/org/onap/aaf/client/sample/Sample.java index f338c726..ff170772 100644 --- a/cadi/aaf/src/test/java/org/onap/aaf/client/sample/Sample.java +++ b/cadi/aaf/src/test/java/org/onap/aaf/client/sample/Sample.java @@ -161,7 +161,7 @@ public class Sample { // See the CODE for Java Methods used List permL = singleton().allAuthorization(fqi); if(permL.size()==0) { - System.out.printf("User %s has no Permissions THAT THE CALLER CAN SEE",fqi.getName()); + System.out.printf("User %s has no Permissions THAT THE CALLER CAN SEE\n",fqi.getName()); } else { System.out.print("Success:\n"); for(Permission p : permL) { diff --git a/cadi/oauth-enduser/src/main/java/com/att/cadi/enduser/OAuthExample.java b/cadi/oauth-enduser/src/test/java/com/att/cadi/enduser/OAuthExample.java similarity index 100% rename from cadi/oauth-enduser/src/main/java/com/att/cadi/enduser/OAuthExample.java rename to cadi/oauth-enduser/src/test/java/com/att/cadi/enduser/OAuthExample.java diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 5374ef48..b5838c5b 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -91,12 +91,11 @@ org.onap.aaf.authz aaf-cadi-aaf - ${project.version} org.apache.shiro shiro-core - 1.3.2 + 1.4.0 -- 2.16.6