Bump versions to 7.0.5-SNAPSHOT
[netconf.git] / transport / transport-ssh / pom.xml
index 1f84f2d2d909fd80c5b56077dff6e632c5bcdbdc..ec93522e0e6ae4a46b7a3b2c0c1c0298921ca88d 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>7.0.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
             <artifactId>iana-crypt-hash</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>keystore-api</artifactId>
             <groupId>org.opendaylight.netconf.model</groupId>
             <artifactId>draft-ietf-netconf-crypto-types</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf.model</groupId>
+            <artifactId>rfc8341</artifactId>
+        </dependency>
 
         <!-- testing -->
         <dependency>