Add Bgpcep feature to Distribution
[integration/distribution.git] / features / singles / odl-integration-compatible-with-all / pom.xml
index 468924b8df0ec42b9e292a1458f1c0d16171026c..a0da35f331cd564fb0aaebd986a8a11580a2905c 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</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. Alphabetical order -->
+
         <!-- 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
+        <!-- Neutron Northbound -->
+        <dependency>
+            <groupId>org.opendaylight.neutron</groupId>
+            <artifactId>odl-neutron-service</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
+         <!-- BGPCEP -->
         <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>
-        -->
+
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>odl-bgpcep-pcep</artifactId>
             <classifier>features</classifier>
         </dependency>
 
-        <!-- Dlux -->
-        <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 -->
+        <!-- OpenflowPlugin -->
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
-            <artifactId>odl-openflowplugin-flow-services-ui</artifactId>
+            <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-
-        <!-- SNMP -->
         <dependency>
-            <groupId>org.opendaylight.snmp</groupId>
-            <artifactId>odl-snmp-plugin</artifactId>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
 
-        <!-- SXP -->
+        <!-- OVSDB -->
         <dependency>
-            <groupId>org.opendaylight.sxp</groupId>
-            <artifactId>odl-sxp-controller</artifactId>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>odl-ovsdb-library</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>odl-ovsdb-southbound-impl</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-
     </dependencies>
 </project>