Bump versions to 7.0.2-SNAPSHOT
[netconf.git] / transport / transport-tls / pom.xml
index 1a431370cdd4d4750f4fdaf62f5b40e59061b24c..06733cd1c204e2df3b9af5f17387ae5b8a5b5b59 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>7.0.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <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>