Temporary remove neutron from K4 distribution
[integration/distribution.git] / features / repos / index / pom.xml
index 96feb2ed1fd13b2dcaa5eff3ca4163d90a47b29a..de814267e3a3465dd40a5be4ed10b55d81aea6fc 100644 (file)
 
         <!-- FIXME: Add Mdsal -->
 
-        <!-- Neutron Northbound -->
-        <dependency>
-            <groupId>org.opendaylight.neutron</groupId>
-            <artifactId>features-neutron-service</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
-
         <!-- Netconf -->
         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
         <dependency>
             <type>xml</type>
         </dependency>
 
+        <!-- Neutron Northbound -->
+        <!-- Temporary remove because SFT Server unhealth
+        <dependency>
+            <groupId>org.opendaylight.neutron</groupId>
+            <artifactId>features-neutron-service</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        -->
+
         <!-- ODL Parent -->
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <type>xml</type>
         </dependency>
 
+        <!-- Topoprocessing -->
+        <dependency>
+            <groupId>org.opendaylight.topoprocessing</groupId>
+            <artifactId>features-topoprocessing</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- TTP -->
         <dependency>
             <groupId>org.opendaylight.ttp</groupId>