From: Robert Varga Date: Tue, 17 Aug 2021 19:35:37 +0000 (+0200) Subject: Fix yang-data-codec-binfmt dependencies X-Git-Tag: v7.0.5~8 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=9227ef061edc24de2d660248a18bfbd94997a44e;hp=303aa270663bb750327af775b7b66d8e91ec115b;p=yangtools.git Fix yang-data-codec-binfmt dependencies There is slight confusion between model-api and data-api, we should be using the latter. Change-Id: Ib61e43df0e922565ee8b43c2b2dc3ff31431a784 Signed-off-by: Robert Varga --- diff --git a/codec/yang-data-codec-binfmt/pom.xml b/codec/yang-data-codec-binfmt/pom.xml index 98c0957f97..db22c655fd 100644 --- a/codec/yang-data-codec-binfmt/pom.xml +++ b/codec/yang-data-codec-binfmt/pom.xml @@ -52,7 +52,7 @@ org.opendaylight.yangtools - rfc8528-model-api + rfc8528-data-api org.opendaylight.yangtools