From: Robert Varga Date: Sun, 25 Feb 2024 09:18:16 +0000 (+0100) Subject: Fix transport-http dependencies X-Git-Tag: v7.0.0~18 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ae4c2c50bef32c7bc9ddfce30e9a8cd06b8acb3c;p=netconf.git Fix transport-http dependencies We are using ietf-yang-types and RFC8341, declare that fact. Change-Id: I317fdde2f06e3bcac778ee9fbc30b534d64594df Signed-off-by: Robert Varga --- diff --git a/transport/transport-http/pom.xml b/transport/transport-http/pom.xml index f940f7bb0f..33c08e36a7 100644 --- a/transport/transport-http/pom.xml +++ b/transport/transport-http/pom.xml @@ -35,6 +35,10 @@ org.opendaylight.mdsal.binding.model.ietf rfc6991-ietf-inet-types + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types + org.opendaylight.netconf transport-tcp @@ -47,5 +51,9 @@ org.opendaylight.netconf.model draft-ietf-netconf-crypto-types + + org.opendaylight.netconf.model + rfc8341 +