From: Robert Varga Date: Sat, 25 Apr 2020 19:02:07 +0000 (+0200) Subject: Move eddsa dependency X-Git-Tag: release/magnesium-sr1~7 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=36d2db4503406b344db22ed965b82304acd7f217;p=netconf.git 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) --- 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