Lower mdsal-trace-impl dependencies 01/90101/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 17:12:55 +0000 (19:12 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 29 May 2020 19:46:48 +0000 (19:46 +0000)
This component has much lower dependencies, make sure we do not
pull in too much.

Change-Id: Iad80a30f451221343eb8b966af7636f3b85f75dd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
trace/mdsal-trace-impl/pom.xml

index 043f46551f8be7fb67668774d12210257349c004..74086bb97629224f5a377f20e94ed7af0642aabc 100644 (file)
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-trace-api</artifactId>
         </dependency>
-        <dependency>
-            <!-- FIXME: why? -->
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-api</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-dom-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-dom-broker</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-dom-codec</artifactId>
+            <artifactId>mdsal-binding-dom-codec-api</artifactId>
         </dependency>
 
         <!-- Testing Dependencies -->