Release netconf
[netconf.git] / model / rfc6241 / pom.xml
index 9684cd40941b7643014cd34702691b1560608138..ea2c2cd71b27e28ce07a12a22c8bdf09cddfb7c0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>5.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <description>RFC6241 Network Configuration Protocol (NETCONF)</description>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-common</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc6991-ietf-inet-types</artifactId>