Add offset 0 projects
[integration/distribution.git] / artifacts / upstream / single-features / pom.xml
index 0623b596ef722c43ab01ac738299ebdca5ad5384..04b3a3e2a069194584a76f48bf61693e39f428c0 100644 (file)
     </scm>
     <dependencyManagement>
         <dependencies>
-            <!-- Non-user-facing single feature needed for Version. -->
+            <!-- User facing single features. -->
+            <!-- TODO: Open Bugs against projects to export user-facing single feature versions in artifact pom. -->
+
+            <!-- AAA -->
             <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>odl-config-persister</artifactId>
-                <version>${config.version}</version>
-                <!-- TODO: Ask Controller to export this version in an artifact POM.-->
+                <groupId>org.opendaylight.aaa</groupId>
+                <artifactId>odl-aaa-cert</artifactId>
+                <version>${aaa.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
-            <!-- User facing single features. -->
-            <!-- TODO: Open Bugs against projects to export user-facing single feature versions in artifact pom. -->
+            <dependency>
+                <groupId>org.opendaylight.aaa</groupId>
+                <artifactId>odl-aaa-shiro</artifactId>
+                <version>${aaa.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
+            <!-- Netconf -->
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>odl-netconf-mdsal</artifactId>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>odl-restconf</artifactId>
-                <version>${restconf.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+
         </dependencies>
     </dependencyManagement>
 </project>