Remove SNMP4SDN from Nitrogen distribution 39/56739/2
authorLuis Gomez <ecelgp@gmail.com>
Tue, 9 May 2017 17:27:42 +0000 (10:27 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 9 May 2017 17:34:49 +0000 (10:34 -0700)
It is blocking distribution-check. See bug-8409.

Change-Id: If54e9c76798d45b191eb1fd71f7fd4da2175911b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
artifacts/upstream/feature3-repos/pom.xml
features3-index/pom.xml
features3-index/src/main/features/features.xml

index 5b1e704357ac3305d698bd87299836c59de7eb54..405337c8e8e82650d4b2926769c3b35ec45df38e 100644 (file)
                 <type>xml</type>
             </dependency>
             <!-- Snmp4sdn -->
+            <!-- Commented out because https://bugs.opendaylight.org/show_bug.cgi?id=8409
             <dependency>
                 <groupId>org.opendaylight.snmp4sdn</groupId>
                 <artifactId>features-snmp4sdn</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            -->
             <!-- Sxp -->
             <dependency>
                 <groupId>org.opendaylight.sxp</groupId>
index b829530e672e2c3812371a2f2d1430bf06e4a4da..02ff35c02901064b8529611b9f1b8109f3349d5f 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <!-- Commented out because https://bugs.opendaylight.org/show_bug.cgi?id=8409
         <dependency>
             <groupId>org.opendaylight.snmp4sdn</groupId>
             <artifactId>features-snmp4sdn</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        -->
         <dependency>
             <groupId>org.opendaylight.sxp</groupId>
             <artifactId>features</artifactId>
index c4e6d40bce70141d6d182615b928f728e85aef66..3057dd5c8ccbfbc9c7af7c2336f5cd055e0828cd 100644 (file)
@@ -83,7 +83,9 @@
     <repository>mvn:org.opendaylight.sdninterfaceapp/features-sdninterfaceapp/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.sfc/features-sfc/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.snmp/features-snmp/{{VERSION}}/xml/features</repository>
+    <!-- Commented out because https://bugs.opendaylight.org/show_bug.cgi?id=8409
     <repository>mvn:org.opendaylight.snmp4sdn/features-snmp4sdn/{{VERSION}}/xml/features</repository>
+    -->
     <repository>mvn:org.opendaylight.sxp/features/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.topoprocessing/features-topoprocessing/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.tsdr/features-tsdr/{{VERSION}}/xml/features</repository>