Upgrade to odlparent 2.0.2
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
index d8ecd20f28149ace71684050f83ee7148fc23a76..652210f01e3939fe26078a83e79569b186b088c4 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.2</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
-        <!-- External single feature dependencies. -->
+
+        <!-- External single feature dependencies in alphabetical order -->
+
+        <!-- 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>
+
     </dependencies>
 </project>