Fix yang-data-codec-binfmt dependencies 37/97237/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Aug 2021 19:35:37 +0000 (21:35 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Aug 2021 19:35:37 +0000 (21:35 +0200)
There is slight confusion between model-api and data-api, we should be
using the latter.

Change-Id: Ib61e43df0e922565ee8b43c2b2dc3ff31431a784
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
codec/yang-data-codec-binfmt/pom.xml

index 98c0957f97829d19c56cbb7cb6e0762535182b2d..db22c655fd77e36b489ed91a66734fca1d6d9688 100644 (file)
@@ -52,7 +52,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>rfc8528-model-api</artifactId>
+            <artifactId>rfc8528-data-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>