Add SNMP4SDN to distribution 86/80386/4
authorylhsieh <ylhsieh@itri.org.tw>
Tue, 19 Feb 2019 09:24:31 +0000 (17:24 +0800)
committerylhsieh <ylhsieh@itri.org.tw>
Fri, 22 Feb 2019 07:34:21 +0000 (15:34 +0800)
Change-Id: I82467691ac7395c3171effa842ed195e7667cb61
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>
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>