Remove netvirt project from Managed distribution
[integration/distribution.git] / artifacts / upstream / artifacts / pom.xml
index 03c43405f31dc0faaaae36a5e83b6ea1b255d1e3..0a053c1ef6d39255c70327d617da2e958dedd94b 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>properties</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.14.0-SNAPSHOT</version>
         <relativePath>../properties</relativePath>
     </parent>
     <artifactId>artifact-artifacts</artifactId>
                         <type>pom</type>
                         <scope>import</scope>
                     </dependency>
-                    <!-- FIXME: remove this with mdsal-6.0.1+ -->
-                    <dependency>
-                        <groupId>org.opendaylight.mdsal</groupId>
-                        <artifactId>odl-mdsal-trace</artifactId>
-                        <version>${mdsal.version}</version>
-                        <classifier>features</classifier>
-                        <type>xml</type>
-                    </dependency>
                 </dependencies>
             </dependencyManagement>
         </profile>
                 </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>