Convert bierman02 from web.xml to programmtic web API
[netconf.git] / features / restconf / odl-restconf / pom.xml
index f190f1a54c8ada5146da754b2eb89554393e4720..003d60c814424288f76e1d839e4bd381fc067b8b 100644 (file)
     <name>OpenDaylight :: Restconf</name>
 
     <dependencies>
-        <!-- Enables AAA through aaa-shiro-act -->
-        <dependency>
-            <groupId>org.opendaylight.aaa</groupId>
-            <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>
-            <artifactId>odl-restconf-noauth</artifactId>
+            <artifactId>odl-restconf-base</artifactId>
             <version>${project.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-
         <dependency>
-            <groupId>org.opendaylight.odlparent</groupId>
-            <artifactId>odl-jackson-2.8</artifactId>
-            <version>3.1.0</version>
-            <type>xml</type>
-            <classifier>features</classifier>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>restconf-nb-bierman02-auth</artifactId>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>