Release netconf
[netconf.git] / model / rfc5277 / pom.xml
index cb0b6026be2295668ed12ac7dac8a1b0634b7d2d..e6249e1d5df40107f563ec812f7f2997a0872200 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>5.0.4</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <packaging>bundle</packaging>
   <description>RFC5277 NETCONF Event Notifications</description>
 
+  <!--
+      Note: the models included herein are based on XSD files published in the RFC
+            and can be found at following locations:
+            https://www.netconfcentral.org/modules/notifications/2008-07-14/summary/
+            https://www.netconfcentral.org/modules/nc-notifications/2008-07-14/summary/
+    -->
+
   <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-yang-types</artifactId>