From: Robert Varga Date: Sun, 25 Feb 2024 09:17:02 +0000 (+0100) Subject: Fix transport-ssh dependencies X-Git-Tag: v7.0.0~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=dc3f45d67424ba1d9fef1f31d2f6bd06a2b515f2;p=netconf.git Fix transport-ssh dependencies We are using RFC6991 and RFC8341 models, declare that fact. Change-Id: If530c9cee92591535919825aae286ffc794117e7 Signed-off-by: Robert Varga --- diff --git a/transport/transport-ssh/pom.xml b/transport/transport-ssh/pom.xml index 1f84f2d2d9..9db7a9452b 100644 --- a/transport/transport-ssh/pom.xml +++ b/transport/transport-ssh/pom.xml @@ -73,6 +73,10 @@ org.opendaylight.mdsal.binding.model.iana iana-crypt-hash + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types + org.opendaylight.netconf keystore-api @@ -97,6 +101,10 @@ org.opendaylight.netconf.model draft-ietf-netconf-crypto-types + + org.opendaylight.netconf.model + rfc8341 +