From 9227ef061edc24de2d660248a18bfbd94997a44e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 17 Aug 2021 21:35:37 +0200 Subject: [PATCH] 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 --- codec/yang-data-codec-binfmt/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.36.6