Reduce mdsal-binding-dom-adapter dependency 35/89735/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 13 May 2020 11:24:29 +0000 (13:24 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 13 May 2020 11:25:07 +0000 (13:25 +0200)
We need the adapter only for testing purposes, lower the dependency
so as to clean up features.

Change-Id: I658827a7e3a3aa76c81faddcf8fb58b11fb2e95d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/rib-spi/pom.xml

index 18f5d261cb2dcdb083c4a29a6ac5445ff980574c..8ef585502e097b9596a588e5ede4eec525cea84a 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-common-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-dom-adapter</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
             <artifactId>mdsal-binding-test-utils</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-dom-adapter</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>