Remove VTN from Nitrogen distribution 30/70630/1
authorLuis Gomez <ecelgp@gmail.com>
Sun, 8 Apr 2018 20:41:50 +0000 (13:41 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sun, 8 Apr 2018 20:41:50 +0000 (13:41 -0700)
Change-Id: Ia17ca2fdd4dcac5d03f401f7db3862970e638146
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
artifacts/upstream/feature-repos/pom.xml
artifacts/upstream/properties/pom.xml
artifacts/upstream/single-features/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-all/pom.xml

index 707f4ea273d7d4d384b1bab0069d5792dae62fa9..1969174eae25a77727d52b0c6c03ff786fa481c6 100644 (file)
                 <type>xml</type>
             </dependency>
 
-            <!-- VTN -->
-            <dependency>
-                <groupId>org.opendaylight.vtn</groupId>
-                <artifactId>features-vtn-manager</artifactId>
-                <version>${vtn-manager.version}</version>
-                <classifier>features</classifier>
-                <type>xml</type>
-            </dependency>
-
         </dependencies>
     </dependencyManagement>
 </project>
index 96903ef421eb5048a6a94061086f24c63cd61fcb..7e1903f73c7a3652487418d41c4f615ca7076bef 100644 (file)
@@ -95,7 +95,6 @@
         <unimgr.version>0.3.3-SNAPSHOT</unimgr.version>
         <usc.version>1.4.3-SNAPSHOT</usc.version>
         <vpnservice.version>0.5.3-SNAPSHOT</vpnservice.version>
-        <vtn-manager.version>0.7.3-SNAPSHOT</vtn-manager.version>
         <yangtools.version>1.2.3-SNAPSHOT</yangtools.version>
         <!-- Keep this list sorted alphabetically please. -->
     </properties>
index 62610bb2fa9cc48060691eadf1a2d0e6b9524428..4edf32d0326903a8062e6e18a9076e2f18ea65f5 100644 (file)
                 <type>xml</type>
             </dependency>
 
-            <!-- VTN -->
-            <dependency>
-                <groupId>org.opendaylight.vtn</groupId>
-                <artifactId>odl-vtn-manager-rest</artifactId>
-                <version>${vtn-manager.version}</version>
-                <classifier>features</classifier>
-                <type>xml</type>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.vtn</groupId>
-                <artifactId>odl-vtn-manager-neutron</artifactId>
-                <version>${vtn-manager.version}</version>
-                <classifier>features</classifier>
-                <type>xml</type>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>
index 4b3a895e5aeac11d839bc4c6dd66a1eb3f94e607..a0b442353ebdde4d65be4a9f51eb2718e2e5dbaf 100644 (file)
             <type>xml</type>
         </dependency>
 
-        <!-- VTN -->
-        <dependency>
-            <groupId>org.opendaylight.vtn</groupId>
-            <artifactId>features-vtn-manager</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
-
         <!-- FIXME: Add Yangtools -->
 
     </dependencies>
index 9a27a8895364950bdf31efb3cf81a61d3b027e97..ab1ecc6c4731214c903c6958ec1ebad74bdbc79e 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
-        <!-- VTN -->
-        <dependency>
-            <groupId>org.opendaylight.vtn</groupId>
-            <artifactId>odl-vtn-manager-rest</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.vtn</groupId>
-            <artifactId>odl-vtn-manager-neutron</artifactId>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency>
-
     </dependencies>
 </project>