From: Robert Varga Date: Sun, 26 Apr 2020 14:51:36 +0000 (+0200) Subject: Add eddsa dependency to netconf-testtool X-Git-Tag: release/aluminium~105 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=5c0bd017feb60732cd7b12672c4504e2e4e9c77d;p=netconf.git Add eddsa dependency to netconf-testtool This enables it to process ed25519 keys, which is useful. Also remove superfluous xmlunit version specification. Change-Id: Ib8803c2684e14840269fbec9f71b89b0d4b460a8 Signed-off-by: Robert Varga --- diff --git a/netconf/tools/netconf-testtool/pom.xml b/netconf/tools/netconf-testtool/pom.xml index ffe9b015ee..2852ebe444 100644 --- a/netconf/tools/netconf-testtool/pom.xml +++ b/netconf/tools/netconf-testtool/pom.xml @@ -26,7 +26,6 @@ true - 2.6.3 @@ -130,6 +129,10 @@ ${project.groupId} mdsal-netconf-ssh + + net.i2p.crypto + eddsa + org.apache.karaf.features org.apache.karaf.features.core @@ -138,14 +141,10 @@ org.xmlunit xmlunit-core - ${xmlunit.version} - test org.xmlunit xmlunit-assertj - ${xmlunit.version} - test