From dc3f45d67424ba1d9fef1f31d2f6bd06a2b515f2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 25 Feb 2024 10:17:02 +0100 Subject: [PATCH] Fix transport-ssh dependencies We are using RFC6991 and RFC8341 models, declare that fact. Change-Id: If530c9cee92591535919825aae286ffc794117e7 Signed-off-by: Robert Varga --- transport/transport-ssh/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + -- 2.36.6