Release netconf
[netconf.git] / model / rfc6243 / pom.xml
index aad0ddec2264f9aa625a88625927579efe1a8b60..e55a3210ae74975f8dfb4f863f03ff40aa261922 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>5.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <description>RFC6243 With-defaults Capability for 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.netconf.model</groupId>
             <artifactId>rfc6241</artifactId>