From 4a698c2e3d926fd69673eea8b15a78bc7770a29c Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 22 Feb 2019 13:52:58 -0600 Subject: Add Multi-Realm class handling Also, improve Logging Issue-ID: AAF-771 Change-Id: I4cf286b5c474596f5e824e5204598cf0c1bb014c Signed-off-by: Instrumental --- shiro/pom.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'shiro/pom.xml') diff --git a/shiro/pom.xml b/shiro/pom.xml index 09078cc..6488034 100644 --- a/shiro/pom.xml +++ b/shiro/pom.xml @@ -22,7 +22,7 @@ org.onap.aaf.cadi parent - 2.1.12-SNAPSHOT + 2.1.13-SNAPSHOT .. @@ -90,18 +90,22 @@ org.onap.aaf.authz aaf-cadi-aaf - org.apache.shiro shiro-core - 1.3.2 + + org.slf4j + slf4j-api + + + + ch.qos.logback + logback-classic + test + -- cgit 1.2.3-korg