Add SNMP4SDN to integration/distribution
[integration/distribution.git] / artifacts / upstream / feature-repos / pom.xml
index 523ff31344799c0ec67a0516361f44849c9a5670..465bbb02c6ea00fe619b1d90c03439f6ae7f85e6 100644 (file)
                 <type>xml</type>
             </dependency>
 
-            <!-- InfraUtils -->
+            <!-- Dlux -->
             <dependency>
-                <groupId>org.opendaylight.infrautils</groupId>
-                <artifactId>infrautils-features</artifactId>
-                <version>${infrautils.version}</version>
+                <groupId>org.opendaylight.dlux</groupId>
+                <artifactId>features-dlux</artifactId>
+                <version>${dlux.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
 
-            <!-- Netconf -->
+            <!-- DluxApps -->
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>features-netconf-connector</artifactId>
-                <version>${netconf.version}</version>
+                <groupId>org.opendaylight.dluxapps</groupId>
+                <artifactId>features-dluxapps</artifactId>
+                <version>${dluxapps.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+
+            <!-- InfraUtils -->
             <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>features-restconf</artifactId>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-features</artifactId>
+                <version>${infrautils.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
                 <type>xml</type>
             </dependency>
 
+            <!-- SNMP4SDN -->
+            <dependency>
+                <groupId>org.opendaylight.snmp4sdn</groupId>
+                <artifactId>features-snmp4sdn</artifactId>
+                <version>${snmp4sdn.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- SXP -->
             <dependency>
                 <groupId>org.opendaylight.sxp</groupId>
                 <type>xml</type>
             </dependency>
 
+            <!-- TTP -->
+            <dependency>
+                <groupId>org.opendaylight.ttp</groupId>
+                <artifactId>features-ttp</artifactId>
+                <version>${ttp.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
+            <!-- VTN -->
+            <dependency>
+                <groupId>org.opendaylight.vtn</groupId>
+                <artifactId>features-vtn-manager</artifactId>
+                <version>${vtn-manager.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 </project>