Release netconf
[netconf.git] / protocol / restconf-api / pom.xml
index 79a550a8f99a06cca2add897a0348be7548164be..b9b857d5fada05108c7af1bb72d3dfc40e208c57 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>5.0.4-SNAPSHOT</version>
+        <version>7.0.4</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>org.eclipse.jdt.annotation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>logging-markers</artifactId>
@@ -41,5 +45,9 @@
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf.model</groupId>
+            <artifactId>rfc6243</artifactId>
+        </dependency>
     </dependencies>
 </project>