Remove unimgr from nitrogen distribution
[integration/distribution.git] / artifacts / upstream / single-features / pom.xml
index 42c443b3f2349ec3d61685fec58de3c8755631bd..0805a5e1bf2f731015e25998d6fe7b53c53b41f7 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- BIER -->
+            <dependency>
+                <groupId>org.opendaylight.bier</groupId>
+                <artifactId>odl-bier-all</artifactId>
+                <version>${bier.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
+            <!-- Dlux Apps -->
             <dependency>
                 <groupId>org.opendaylight.dluxapps</groupId>
                 <artifactId>odl-dluxapps-nodes</artifactId>
                 <classifier>features</classifier>
             </dependency>
 
+            <!-- L2switch -->
+            <dependency>
+                <groupId>org.opendaylight.l2switch</groupId>
+                <artifactId>odl-l2switch-switch</artifactId>
+                <version>${l2switch.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.l2switch</groupId>
+                <artifactId>odl-l2switch-switch-rest</artifactId>
+                <version>${l2switch.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.l2switch</groupId>
+                <artifactId>odl-l2switch-switch-ui</artifactId>
+                <version>${l2switch.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
+            <!-- OCP Plugin -->
+            <dependency>
+                <groupId>org.opendaylight.ocpplugin</groupId>
+                <artifactId>odl-ocpplugin-all</artifactId>
+                <version>${ocpplugin.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
+            <!-- SFC -->
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-ios-xe-renderer</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-netconf</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-openflow-renderer</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-ovs</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-sb-rest</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-test-consumer</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-ui</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfc-vpp-renderer</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.sfc</groupId>
+                <artifactId>odl-sfclisp</artifactId>
+                <version>${sfc.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+
+            <!-- SNMP4SDN -->
+            <dependency>
+                <groupId>org.opendaylight.snmp4sdn</groupId>
+                <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
+                <version>${snmp4sdn.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- SXP -->
             <dependency>
                 <groupId>org.opendaylight.sxp</groupId>
             </dependency>
 
             <!-- UNIMGR -->
+            <!-- This project is still using odlparent 1.9.0
             <dependency>
                 <groupId>org.opendaylight.unimgr</groupId>
                 <artifactId>odl-unimgr</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            -->
 
             <!-- VTN -->
             <dependency>