Pull eddsa into netconf-netty-util 81/89281/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Apr 2020 23:15:03 +0000 (01:15 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 23 Apr 2020 07:54:47 +0000 (07:54 +0000)
Pulling in this dependency allows SSHTest to pass with ed25519
keys being configured.

Change-Id: I1084e207503ab5e6f4ed50405fecabb96a018841
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit a3a133c313057124c2e5f26cde5cd7af8402fca0)

netconf/netconf-netty-util/pom.xml

index f7f77259f6cb931faff2a2a7190d2de856cd5e3f..ea93684fbb48dcf4a40e4970a3512cb045be1616 100644 (file)
       <groupId>org.apache.sshd</groupId>
       <artifactId>sshd-netty</artifactId>
     </dependency>
+    <dependency>
+      <groupId>net.i2p.crypto</groupId>
+      <artifactId>eddsa</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>