Add offset 0 projects
[integration/distribution.git] / features / singles / odl-integration-compatible-with-all / pom.xml
index e69f10f2b48dd9f76edba6ce7e04efcbdaaa61df..6d77748b84f0f6f8cc82551fa988dec48484e915 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0</version>
+        <version>2.0.0</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
@@ -51,8 +51,6 @@
         </dependencies>
     </dependencyManagement>
     <dependencies>
-        <!-- External single feature dependencies. -->
-
         <!-- Distribution -->
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -61,6 +59,8 @@
             <classifier>features</classifier>
         </dependency>
 
+        <!-- User facing single features. -->
+
         <!-- AAA -->
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <classifier>features</classifier>
         </dependency>
 
-        <!-- BGPCEP -->
-        <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8362
-        <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
-            <artifactId>odl-bgpcep-bgp</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        -->
-        <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8363
-        <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
-            <artifactId>odl-bgpcep-bmp</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        -->
-        <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-        <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
-            <artifactId>odl-bgpcep-pcep</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
-            <artifactId>odl-bgpcep-rsvp</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        -->
-
-        <!-- Dlux -->
-        <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-        <dependency>
-            <groupId>org.opendaylight.dlux</groupId>
-            <artifactId>odl-dlux-core</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        -->
-
         <!-- Netconf -->
         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
         <dependency>
             <classifier>features</classifier>
         </dependency>
 
-        <!-- OpenFlow Plugin -->
-        <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-        <dependency>
-            <groupId>org.opendaylight.openflowplugin</groupId>
-            <artifactId>odl-openflowplugin-flow-services-ui</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        -->
-
-        <!-- SNMP -->
-        <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-        <dependency>
-            <groupId>org.opendaylight.snmp</groupId>
-            <artifactId>odl-snmp-plugin</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        -->
-
-        <!-- SXP -->
-        <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=8625
-        <dependency>
-            <groupId>org.opendaylight.sxp</groupId>
-            <artifactId>odl-sxp-controller</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        -->
-
     </dependencies>
 </project>