From 983478ea74189dddb6bb1c94fb436f88630cda43 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Fri, 18 Mar 2016 10:20:21 -0400 Subject: [PATCH] Fix odl-restconf-noauth Removes OSGi activation of AAAFilter; if you install odl-aaa-shiro on its own then you will need to manually activate with: >bundle:install aaa-shiro-act Change-Id: I6c58314c09ea07bcf47dce1ad19d16e35e4fe983 Signed-off-by: Ryan Goulding --- features/authn/src/main/features/features.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/authn/src/main/features/features.xml b/features/authn/src/main/features/features.xml index 113c0891a..329fe5bf1 100644 --- a/features/authn/src/main/features/features.xml +++ b/features/authn/src/main/features/features.xml @@ -49,7 +49,6 @@ mvn:org.opendaylight.aaa/aaa-shiro/{{VERSION}} - mvn:org.opendaylight.aaa/aaa-shiro-act/{{VERSION}} mvn:org.apache.shiro/shiro-core/{{VERSION}} mvn:org.apache.shiro/shiro-web/{{VERSION}} mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}} @@ -123,7 +122,6 @@ mvn:org.opendaylight.aaa/aaa-shiro/{{VERSION}} - mvn:org.opendaylight.aaa/aaa-shiro-act/{{VERSION}} mvn:org.apache.shiro/shiro-core/{{VERSION}} mvn:org.apache.shiro/shiro-web/{{VERSION}} mvn:org.opendaylight.aaa/aaa-authn/{{VERSION}} @@ -184,7 +182,6 @@ mvn:org.opendaylight.aaa/aaa-shiro/{{VERSION}} - mvn:org.opendaylight.aaa/aaa-shiro-act/{{VERSION}} mvn:org.apache.shiro/shiro-core/{{VERSION}} mvn:org.apache.shiro/shiro-web/{{VERSION}} mvn:org.opendaylight.aaa/aaa-authn-api/{{VERSION}} -- 2.36.6