Remove commented-out controller deependencies 66/90166/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 31 May 2020 11:23:36 +0000 (13:23 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 31 May 2020 11:27:26 +0000 (13:27 +0200)
These are just throwing people off, they should never have been
here.

JIRA: NETVIRT-1630
Change-Id: If53117d04046dab0ef218188083a9a1ee30356aa
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aclservice/impl/pom.xml
bgpmanager/impl/pom.xml
cloud-servicechain/impl/pom.xml
dhcpservice/impl/pom.xml
elanmanager/api/pom.xml
elanmanager/impl/pom.xml
features/odl-netvirt-impl/pom.xml
ipv6service/impl/pom.xml
neutronvpn/api/pom.xml
statemanager/impl/pom.xml
vpnmanager/impl/pom.xml

index 1a2fa8211ec07942c252271dbfe41a378e10085d..0e9fe27f0ca7db9ea00fede48e3b2bd6d9432a4d 100644 (file)
@@ -31,14 +31,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>aclservice-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!--dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
-        </dependency-->
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
@@ -132,12 +124,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>testutils</artifactId>
             <scope>test</scope>
         </dependency>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
index 5f7eef489f0849519f6987fde9cc1e12e06a996f..3860347a61a94092e2a4dbc0c202b895e1be615d 100644 (file)
@@ -66,17 +66,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>vpnmanager-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <scope>test</scope>
-            <type>test-jar</type>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-test-utils</artifactId>
index d0a7ca73c3ec535d900ad7e1c4dced4ca293e676..a7e3c4b1518574bcb94502a51d9c4815166ae7a0 100644 (file)
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
index 4c07ee027b5494b0f2f2780117fb9690a039a8d7..4a36f20b6ab24492b2828e4f0b6a828947e48aaa 100644 (file)
@@ -37,10 +37,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>org.apache.karaf.shell.console</artifactId>
             <scope>provided</scope>
         </dependency>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-eos-binding-api</artifactId>
index b2e27b5927fe89192412439aa864a330d24956cb..616ca1a11d40dad6af6dcbd3705bf697ef4ab5a6 100644 (file)
@@ -33,10 +33,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc7223</artifactId>
         </dependency>
-        <!--dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>yang-ext</artifactId>
-        </dependency-->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>idmanager-api</artifactId>
index efd94ce92a29f8f1c5ea8494052eabc570494bc9..eb5a6161703f340b717b6e0ab17977399f18f9a5 100644 (file)
@@ -75,10 +75,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>neutronvpn-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-        </dependency>-->
        <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
@@ -160,12 +156,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${genius.version}</version>
             <scope>test</scope>
         </dependency>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <scope>test</scope>
-            <type>test-jar</type>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
index d90d5d4d4330a55824d57cf6c15711b527cb78ff..2eadadc0d045166b6ace60a4eb69baf4fbc0f006 100644 (file)
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
-        <!--dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>odl-mdsal-broker</artifactId>
-            <version>1.11.0</version>
-            <type>xml</type>
-            <classifier>features</classifier>
-        </dependency-->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>odl-genius</artifactId>
index 453e1f9f38271fc6b0535ddeed4281fd098e6b43..e1f69053db9c4e638a75def077e58e6066c0ed76 100644 (file)
@@ -28,10 +28,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>interfacemanager-api</artifactId>
index cdd60e212ca4b9a85a7b627f956e8e45322aee4a..ae98ea33c2c3577e4581b2123da4094915120bb7 100644 (file)
@@ -22,10 +22,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>mdsalutil-api</artifactId>
index 6000af63656c42d255651e2b059ffdad51180e2d..0a0a4857ee4ac9df2515009b816c62106a14f4b3 100644 (file)
@@ -32,10 +32,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
-   <!--     <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
-        </dependency>-->
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>bgpmanager-api</artifactId>
index 87f07a7f716abb64c339ab965b05b4219568474d..69b158a580a59ef6472302333247e6284fa26173 100644 (file)
@@ -22,15 +22,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-        </dependency>-->
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-test-utils</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>alivenessmonitor-api</artifactId>
@@ -112,18 +103,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         </dependency>
 
         <!-- Testing dependencies -->
-<!--        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-broker-impl</artifactId>
-            <scope>test</scope>
-            <type>test-jar</type>
-        </dependency>-->
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-test-utils</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>