Pull eddsa into netconf-netty-util 80/89280/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Apr 2020 23:15:03 +0000 (01:15 +0200)
committerRobert Varga <nite@hq.sk>
Sat, 25 Apr 2020 20:14:32 +0000 (20:14 +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 ac6d689cdc4659f32025cf6c46d86ece9e27fb09..483bace3e16a64a72756c486bba44ac31ac1d40f 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>