Cleanup mdsal-binding-dom-codec-osgi dependency 37/96637/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 19:18:12 +0000 (21:18 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Jun 2021 19:21:04 +0000 (21:21 +0200)
We are relying on mdsal-binding-dom-codec-spi only, hence we can lower
the dependency.

JIRA: MDSAL-672
Change-Id: If6950aabd833703062c77ea624b621a64aa64c82
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-codec-osgi/pom.xml

index 240c8cebecaa0c9c9c496482f48fc4c825e3c2b6..cdc588541e174ab85789590d11df7960fcb024b7 100644 (file)
@@ -22,7 +22,7 @@
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-dom-codec</artifactId>
+            <artifactId>mdsal-binding-dom-codec-spi</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>