Release Nitrogen
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
index 652210f01e3939fe26078a83e79569b186b088c4..89ee034a9175ee87a24807278ac46eb0e3098b28 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.2</version>
+        <version>2.0.5</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>odl-integration-all</artifactId>
     <!-- TODO: Diferent name? -->
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1</version>
     <packaging>feature</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
 
         <!-- 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>
+
+        <!-- Cardinal -->
+        <dependency>
+            <groupId>org.opendaylight.cardinal</groupId>
+            <artifactId>odl-cardinal-ui</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.cardinal</groupId>
+            <artifactId>odl-cardinal</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- COE -->
         <dependency>
             <groupId>org.opendaylight.coe</groupId>
             <classifier>features</classifier>
         </dependency>
 
+        <!-- FaaS -->
+        <!-- Comment out because of SFT memory problem
+        <dependency>
+            <groupId>org.opendaylight.faas</groupId>
+            <artifactId>odl-faas-all</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        -->
+
         <!-- Genius -->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <classifier>features</classifier>
         </dependency>
 
+        <!-- L2switch -->
+        <dependency>
+            <groupId>org.opendaylight.l2switch</groupId>
+            <artifactId>odl-l2switch-switch</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.l2switch</groupId>
+            <artifactId>odl-l2switch-switch-rest</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.l2switch</groupId>
+            <artifactId>odl-l2switch-switch-ui</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
+            <!-- NEMO -->
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-engine</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-engine-rest</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-engine-ui</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-openflow-renderer</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.nemo</groupId>
+            <artifactId>odl-nemo-cli-renderer</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
+        <!-- Netconf -->
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>odl-netconf-topology</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>odl-netconf-clustered-topology</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- Netvirt -->
         <dependency>
             <groupId>org.opendaylight.netvirt</groupId>
             <classifier>features</classifier>
         </dependency>
 
+        <!-- OF-CONFIG -->
+        <dependency>
+            <groupId>org.opendaylight.of-config</groupId>
+            <artifactId>odl-of-config-all</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
+        <!-- SFC -->
+        <dependency>
+            <groupId>org.opendaylight.sfc</groupId>
+            <artifactId>odl-sfc-ios-xe-renderer</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.sfc</groupId>
+            <artifactId>odl-sfc-openflow-renderer</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.sfc</groupId>
+            <artifactId>odl-sfc-vpp-renderer</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
+        <!-- USC -->
+        <dependency>
+            <groupId>org.opendaylight.usc</groupId>
+            <artifactId>odl-usc-channel-ui</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>