Re-implement paths for ChildNodes
[netconf.git] / third-party / shaded-sshd-jar / pom.xml
index 4c657e9557e3a71cf4449111375ae1eb9b7b52a2..acdd8d080f9077be380df01430541cd165caca0c 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>12.0.1</version>
+        <version>13.0.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>7.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.9.2</version>
+            <version>2.11.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.9.2</version>
+            <version>2.11.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>