Remove netvirt project from Managed distribution 18/93318/1
authorLuis Gomez <ecelgp@gmail.com>
Sat, 24 Oct 2020 01:10:28 +0000 (18:10 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 24 Oct 2020 01:10:28 +0000 (18:10 -0700)
Change-Id: Iad55e148f91f590e831698eab823db729fb9adca
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
artifacts/upstream/artifacts/pom.xml
artifacts/upstream/properties/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-all/pom.xml

index 78e26f0a503c6150bc59844cf7a4394a47c23b47..0a053c1ef6d39255c70327d617da2e958dedd94b 100644 (file)
                 </dependencies>
             </dependencyManagement>
         </profile>
-        <profile>
-            <id>netvirt</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.opendaylight.netvirt</groupId>
-                        <artifactId>netvirt-artifacts</artifactId>
-                        <version>${netvirt.version}</version>
-                        <type>pom</type>
-                        <scope>import</scope>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
         <profile>
             <id>neutron</id>
             <activation>
index f4e37bf54d41cbb3bad6672b255a94831c0a4f6e..c0de94586a2fc0d1c04e66584a8e0a0a235bf119 100644 (file)
@@ -53,7 +53,6 @@
         <lispflowmapping.version>1.13.0-SNAPSHOT</lispflowmapping.version>
         <mdsal.version>7.0.1</mdsal.version>
         <netconf.version>1.10.0-SNAPSHOT</netconf.version>
-        <netvirt.version>0.12.0-SNAPSHOT</netvirt.version>
         <neutron.version>0.16.0-SNAPSHOT</neutron.version>
         <odlparent.version>8.0.0</odlparent.version>
         <openflowplugin.version>0.12.0-SNAPSHOT</openflowplugin.version>
index 8490334bdb33849a1c307a1db9d71a30e966b34a..ac1af49475b886d8b7866f7fb765620a80f30cbf 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
-        <!-- NetVirt -->
-        <profile>
-            <id>netvirt</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.netvirt</groupId>
-                    <artifactId>netvirt-features</artifactId>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- Neutron Northbound -->
         <profile>
             <id>neutron</id>
index 020e49081c2cea39d6b6a642b3be688888e59468..97c80506e0c057239bca3f93c8bab77616352a9f 100644 (file)
                 </dependency>
             </dependencies>
         </profile>
-        <!-- Netvirt -->
-        <profile>
-            <id>netvirt</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.netvirt</groupId>
-                    <artifactId>odl-netvirt-openstack</artifactId>
-                    <type>xml</type>
-                    <classifier>features</classifier>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- Serviceutils -->
         <profile>
             <id>serviceutils</id>