From c8e0d28cdebe0199ca6ffa7ec2c3c6be4c23363a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 25 Feb 2024 10:08:40 +0100 Subject: [PATCH] Fix rfc8639 dependencies We are using RFC6991 here, make sure we declare these dependencies. Change-Id: Ic011fceb6e148bb9c89037794a1f44e00249e2fa Signed-off-by: Robert Varga --- model/rfc8639/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/model/rfc8639/pom.xml b/model/rfc8639/pom.xml index a830a0cff4..0c17694d62 100644 --- a/model/rfc8639/pom.xml +++ b/model/rfc8639/pom.xml @@ -24,6 +24,14 @@ RFC8639 Subscription to YANG Notifications + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types + org.opendaylight.mdsal.binding.model.ietf rfc8040 -- 2.36.6