Pull eddsa into netconf-netty-util 95/89295/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Apr 2020 23:15:03 +0000 (01:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Apr 2020 23:15:37 +0000 (01:15 +0200)
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>
netconf/netconf-netty-util/pom.xml

index cd8b2a7fd8c9e8fa2efe1435d26f9cea18a1e2ff..a8e6aa808bf395ab3a5adfa93fa0a564d8687a82 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>