Remove neutron from distribution 21/97521/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 19 Sep 2021 19:48:19 +0000 (21:48 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 19 Sep 2021 19:48:19 +0000 (21:48 +0200)
lispflowmapping no longer depends on neutron, remove it from
distribution.

Change-Id: I632bfdfb735e1a8d53d1bad204518869c8bd555f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/upstream/artifacts/pom.xml
artifacts/upstream/properties/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index b656b6cb1d938b28dd800442491bc60f8a5b8d5d..ac4d9023d4c5769d81e6f372d11a3fdc6d1548b6 100644 (file)
                 </dependencies>
             </dependencyManagement>
         </profile>
-        <profile>
-            <id>neutron</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.opendaylight.neutron</groupId>
-                        <artifactId>neutron-artifacts</artifactId>
-                        <version>${neutron.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
         <profile>
             <id>odlparent</id>
             <activation>
index e1290070104e30fa00c8739554b8682e03a2dd44..5ceba7e081ad7f4f6d85c853ab67d0ac22699b0a 100644 (file)
@@ -52,7 +52,6 @@
         <lispflowmapping.version>1.14.0-SNAPSHOT</lispflowmapping.version>
         <mdsal.version>8.0.4</mdsal.version>
         <netconf.version>2.0.3</netconf.version>
-        <neutron.version>0.17.0-SNAPSHOT</neutron.version>
         <odlparent.version>9.0.5</odlparent.version>
         <openflowplugin.version>0.13.0-SNAPSHOT</openflowplugin.version>
         <ovsdb.version>1.13.0-SNAPSHOT</ovsdb.version>
index f32b624bec3b51fda0fe05f2a40a1c716c5e0aff..f49d2282cb474157a7aa5460b123ca87318f4a43 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
-        <!-- Neutron Northbound -->
-        <profile>
-            <id>neutron</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.neutron</groupId>
-                    <artifactId>features-neutron-service</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- ODL Parent -->
         <profile>
             <id>odlparent</id>
index 91a52b3ed1c981d9f60050d207e87d9b403dd9f2..f7105f22c1d77dc4ab134d301715c8dfd528fed6 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
-        <!-- Neutron Northbound -->
-        <profile>
-            <id>neutron</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.neutron</groupId>
-                    <artifactId>odl-neutron-service</artifactId>
-                    <type>xml</type>
-                    <classifier>features</classifier>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- OpenflowPlugin -->
         <profile>
             <id>openflowplugin</id>