Remove sal-dom-broker-config dependency 60/72660/2
authorTom Pantelis <tompantelis@gmail.com>
Mon, 4 Jun 2018 13:59:11 +0000 (09:59 -0400)
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Mon, 4 Jun 2018 17:32:38 +0000 (17:32 +0000)
It's not needed and is going away.

Change-Id: Ie87ab33386017930e43c875695a3fe6adaf9c25f
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
bgp/rib-impl/pom.xml
bgp/topology-provider/pom.xml
bmp/bmp-impl/pom.xml
pcep/topology/topology-provider/pom.xml
pcep/tunnel/tunnel-provider/pom.xml
programming/impl/pom.xml

index fed33e69d0dc93fc44182246cf4a00dfa5794cae..19070c9e8b6d4452a6d96f17db14b938328b164e 100644 (file)
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-dom-broker-config</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
index cb1eeae91836928f6f40628f7c608f6e508e1307..b7f81c583293df6cf6fa3346979350e1951a48d6 100644 (file)
             <artifactId>mdsal-binding-dom-adapter</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-dom-broker-config</artifactId>
-            <scope>test</scope>
-        </dependency>
         <!-- junit/mockito default -->
         <dependency>
             <groupId>org.mockito</groupId>
index 8130b309cc7100d5a189f741aa559f56ee16bb91..ac299d376112ff04f99b1244e2c47a6c70bcd7b4 100644 (file)
             <artifactId>testtool-util</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-dom-broker-config</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>bgp-bmp-parser-impl</artifactId>
index 35b43995078665a641f2261e2cfadc1e5f25debb..3ef110f5185b3684e20ab464d05e341d46601868 100644 (file)
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-dom-broker-config</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
index d261f3af496bc9cf7628a58bddd8a87fece8a01a..b2474e9ec8b8d56aec9a144d4b09635ef4bc8861 100644 (file)
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-dom-broker-config</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
index 5a3940704136e8d7991f1ebdab3ca50dbd884da2..b968296e9d24088b29f4ae0fbd68f7912453b6c0 100644 (file)
             <artifactId>hamcrest-core</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-dom-broker-config</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>