diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 12:29:32 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-11 12:29:43 -0500 |
commit | 39c1c1ce440c64472392dc6f4d92dc43c2be12f0 (patch) | |
tree | ee6c64e6e718f236ec4d4cc3d47eb07c15b11b2c /cadi | |
parent | f482ea06ac55e56025c64916592f07db2c1fddd7 (diff) |
Update Shiro Version
Issue-ID: AAF-228
Change-Id: I17ba5973672b3c1baed736b28476f1301621d63e
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'cadi')
-rw-r--r-- | cadi/aaf/src/test/java/org/onap/aaf/client/sample/Sample.java | 2 | ||||
-rw-r--r-- | cadi/oauth-enduser/src/test/java/com/att/cadi/enduser/OAuthExample.java (renamed from cadi/oauth-enduser/src/main/java/com/att/cadi/enduser/OAuthExample.java) | 0 | ||||
-rw-r--r-- | cadi/shiro/pom.xml | 3 |
3 files changed, 2 insertions, 3 deletions
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<Permission> 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 index 9cb4b4af..9cb4b4af 100644 --- 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 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 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> - <version>1.3.2</version> + <version>1.4.0</version> </dependency> </dependencies> <build> |