Move eddsa dependency 84/89384/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 25 Apr 2020 19:02:07 +0000 (21:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 25 Apr 2020 20:15:18 +0000 (22:15 +0200)
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 <robert.varga@pantheon.tech>
(cherry picked from commit 66d50efd0d2e18a00c08f53f5549ce66224a4f61)

netconf/mdsal-netconf-ssh/pom.xml
netconf/netconf-netty-util/pom.xml

index 4b1af3626bbc73d2e92c473531b5034726528fb7..8ed46d8b53b7481a5be2fcad800541510eabfa35 100644 (file)
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>net.i2p.crypto</groupId>
+      <artifactId>eddsa</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
 </project>
index 483bace3e16a64a72756c486bba44ac31ac1d40f..ac6d689cdc4659f32025cf6c46d86ece9e27fb09 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>