Do not depend directly on mdsal-binding-dom-codec 02/100602/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Apr 2022 17:34:35 +0000 (19:34 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 28 Apr 2022 19:34:52 +0000 (19:34 +0000)
Depend on the API package, not the entire codec.

Change-Id: Ibcb0e8187cbf9bbca179ebe93b25bde56098b24c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit b8d72c1532d757be01035a991f8a0760af57d053)

opendaylight/blueprint/pom.xml

index 0f218a9976883d8cf029a61c9e5839350af9085e..a32b25859c62fbde2bf1f311d8982ee002cc93ed 100644 (file)
@@ -72,7 +72,7 @@
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-binding-dom-codec</artifactId>
+      <artifactId>mdsal-binding-dom-codec-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>