From 36d2db4503406b344db22ed965b82304acd7f217 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 25 Apr 2020 21:02:07 +0200 Subject: [PATCH] Move eddsa dependency We actually do not need to have it in netconf-netty-util, it is enough to have it as a test dependency near SSHTest. Change-Id: Id4b56883ff155c102874e751a8cefb9b5c72325f Signed-off-by: Robert Varga (cherry picked from commit 66d50efd0d2e18a00c08f53f5549ce66224a4f61) --- netconf/mdsal-netconf-ssh/pom.xml | 6 ++++++ netconf/netconf-netty-util/pom.xml | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/netconf/mdsal-netconf-ssh/pom.xml b/netconf/mdsal-netconf-ssh/pom.xml index 4b1af3626b..8ed46d8b53 100644 --- a/netconf/mdsal-netconf-ssh/pom.xml +++ b/netconf/mdsal-netconf-ssh/pom.xml @@ -55,6 +55,12 @@ org.osgi org.osgi.core + + + net.i2p.crypto + eddsa + test + diff --git a/netconf/netconf-netty-util/pom.xml b/netconf/netconf-netty-util/pom.xml index 483bace3e1..ac6d689cdc 100644 --- a/netconf/netconf-netty-util/pom.xml +++ b/netconf/netconf-netty-util/pom.xml @@ -52,10 +52,6 @@ org.apache.sshd sshd-netty - - net.i2p.crypto - eddsa - org.opendaylight.netconf -- 2.36.6