From a3a133c313057124c2e5f26cde5cd7af8402fca0 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 23 Apr 2020 01:15:03 +0200 Subject: [PATCH] Pull eddsa into netconf-netty-util Pulling in this dependency allows SSHTest to pass with ed25519 keys being configured. Change-Id: I1084e207503ab5e6f4ed50405fecabb96a018841 Signed-off-by: Robert Varga --- netconf/netconf-netty-util/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index cd8b2a7fd8..a8e6aa808b 100644 --- a/netconf/netconf-netty-util/pom.xml +++ b/netconf/netconf-netty-util/pom.xml @@ -52,6 +52,10 @@ org.apache.sshd sshd-netty + + net.i2p.crypto + eddsa + org.opendaylight.netconf -- 2.36.6