Move eddsa dependency 76/89376/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 19:02:07 +0000 (21:02 +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>
netconf/mdsal-netconf-ssh/pom.xml
netconf/netconf-netty-util/pom.xml

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