summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-11 12:29:32 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-11 12:29:43 -0500
commit39c1c1ce440c64472392dc6f4d92dc43c2be12f0 (patch)
treeee6c64e6e718f236ec4d4cc3d47eb07c15b11b2c
parentf482ea06ac55e56025c64916592f07db2c1fddd7 (diff)
Update Shiro Version
Issue-ID: AAF-228 Change-Id: I17ba5973672b3c1baed736b28476f1301621d63e Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
-rw-r--r--auth/auth-certman/pom.xml1
-rw-r--r--cadi/aaf/src/test/java/org/onap/aaf/client/sample/Sample.java2
-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.xml3
4 files changed, 2 insertions, 4 deletions
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 @@
<artifactId>jscep</artifactId>
<version>2.4.0</version>
</dependency>
-
</dependencies>
<build>
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>