Release netconf
[netconf.git] / netconf / netconf-notifications-api / pom.xml
index 90ec06bcf950ba965c5b3d4b8a81bb4a725cba92..9480c7ff222cf1b48f0b11aa6afe2bb018f8d0b8 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>1.13.2-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-notifications-api</artifactId>
-    <version>1.13.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -34,8 +32,8 @@
             <artifactId>ietf-netconf-notifications</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8525</artifactId>
         </dependency>
     </dependencies>
 </project>