Add Bier to distribution
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
index bff123d5f3d63b9e638598adcff2298989e7aeae..464df5b84da9cc2071e1998b7c6423e03c210729 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.0</version>
+        <version>2.0.2</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+
         <!-- External single feature dependencies in alphabetical order -->
+
+        <!-- BIER -->
+        <dependency>
+            <groupId>org.opendaylight.bier</groupId>
+            <artifactId>odl-bier-all</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
+        <!-- COE -->
+        <dependency>
+            <groupId>org.opendaylight.coe</groupId>
+            <artifactId>odl-coe</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
+        <!-- Genius -->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius-rest</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+
+        <!-- Netvirt -->
+        <dependency>
+            <groupId>org.opendaylight.netvirt</groupId>
+            <artifactId>odl-netvirt-openstack</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
+        <!-- VTN -->
+        <dependency>
+            <groupId>org.opendaylight.vtn</groupId>
+            <artifactId>odl-vtn-manager-rest</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.vtn</groupId>
+            <artifactId>odl-vtn-manager-neutron</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
     </dependencies>
 </project>