Bump MRI upstreams
[netconf.git] / netconf / shaded-sshd-jar / pom.xml
index 6593881495b6dc2b29362231e90c8bfb1daef9cf..2d57b835bd64fa869dbac332a16cb0e24cfb9f1d 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>7.0.5</version>
+        <version>8.0.3</version>
         <relativePath/>
     </parent>
 
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
+            <version>2.5.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
+            <version>2.5.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.sshd</groupId>
+                    <artifactId>sshd-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>net.i2p.crypto</groupId>
             <artifactId>eddsa</artifactId>
+            <version>0.3.0</version>
         </dependency>
     </dependencies>