Depend on odl-aaa-shiro-act feature instead of bundle 69/70069/2
authorRyan Goulding <ryandgoulding@gmail.com>
Sun, 25 Mar 2018 22:22:55 +0000 (18:22 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Sun, 25 Mar 2018 23:12:22 +0000 (19:12 -0400)
This is related to AAA-164, which involves exposing a feature for
AAA activation instead of a bundle.

JIRA: AAA-164
Change-Id: I032e7dc8afef4b053d2162194454cde73cf85f45
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
features/restconf/odl-restconf-nb-rfc8040/pom.xml
features/restconf/odl-restconf/pom.xml

index ac477a8c2ed984d20c7c90f23a91eff420c8f4b9..8c17cf9d22f78561fad9492831b7b6f192b89a69 100644 (file)
 
     <name>OpenDaylight :: Restconf NB - RFC8040</name>
 
-    <!-- Enables AAA through the odl-shiro-act bundle Activator -->
-
     <dependencies>
+        <!-- Enables AAA through aaa-shiro-act -->
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
-            <artifactId>aaa-shiro-act</artifactId>
+            <artifactId>odl-aaa-shiro-act</artifactId>
             <version>0.8.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
index 14127b600f3b3bf4bf27f75085bf0dd0208255cd..194a6d6b89c2285e634073d86a2ea9a656844985 100644 (file)
 
     <name>OpenDaylight :: Restconf</name>
 
-    <!-- Enables AAA through the odl-shiro-act bundle Activator -->
-
     <dependencies>
+        <!-- Enables AAA through aaa-shiro-act -->
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
-            <artifactId>aaa-shiro-act</artifactId>
+            <artifactId>odl-aaa-shiro-act</artifactId>
             <version>0.8.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>