From 7b8a9bd5eaa37068def2f745493bc138e76d8a60 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 24 Jan 2019 00:39:29 +0100 Subject: [PATCH] exclude AAA Shiro - it's bloated, and useless --- pom.xml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index fcdb1f4..b8dddf4 100644 --- a/pom.xml +++ b/pom.xml @@ -195,18 +195,6 @@ TODO but shiro.web.env.EnvironmentLoader currently requires org.osgi.service.http.NamespaceException, which is available in osgi.compendium, thus commented; so sort out duplicate classpath entries with exclusion of felix.configadmin instead, and remove this - --> - org.opendaylight.netconf @@ -226,6 +214,18 @@ org.opendaylight.odlparent odl-karaf-feat-jdbc + + org.opendaylight.aaa + odl-aaa-shiro + + + org.opendaylight.aaa + aaa-shiro-api + + + org.opendaylight.aaa + aaa-shiro-act + @@ -234,6 +234,11 @@ web-jetty-impl 0.9.0-SNAPSHOT + + org.opendaylight.aaa.web + servlet-jersey2 + 0.9.0-SNAPSHOT +