Release Nitrogen
[integration/distribution.git] / artifacts / upstream / feature-repos / pom.xml
index 84f74060ea5caefb4a3648cdbed50cba54f359f9..cf4161b5eef28dcb65ea0706ec833f28b2f0c39c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>properties</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.7.1</version>
         <relativePath>../properties</relativePath>
     </parent>
     <artifactId>feature-repo-artifacts</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>features-mdsal-trace</artifactId>
+                <version>${mdsal.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
 
             <!-- Dlux -->
             <dependency>
                 <type>xml</type>
             </dependency>
 
+            <!-- Eman -->
+            <dependency>
+                <groupId>org.opendaylight.eman</groupId>
+                <artifactId>features-eman</artifactId>
+                <version>${eman.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- FaaS -->
             <dependency>
                 <groupId>org.opendaylight.faas</groupId>
                 <type>xml</type>
             </dependency>
 
+            <!-- SNMP -->
+            <dependency>
+                <groupId>org.opendaylight.snmp</groupId>
+                <artifactId>features-snmp</artifactId>
+                <version>${snmp.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- SNMP4SDN -->
             <dependency>
                 <groupId>org.opendaylight.snmp4sdn</groupId>