Add SNMP4SDN to distribution
[integration/distribution.git] / opendaylight / pom.xml
index b84fe986d1a7ec35ccd39e08d616483aec65fe28..e0f94751d4c63eb861157e530b846ecb982a7f43 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
+        <profile>
+            <id>snmp4sdn</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencies>
+                <dependency>
+                    <groupId>org.opendaylight.snmp4sdn</groupId>
+                    <artifactId>features-snmp4sdn</artifactId>
+                    <version>0.9.0-SNAPSHOT</version>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                    <scope>test</scope>
+                </dependency>
+            </dependencies>
+        </profile>
         <!-- SXP -->
         <profile>
             <id>sxp</id>