Release netconf
[netconf.git] / restconf / restconf-nb / pom.xml
index d9fab06a2c8962a0220b182f2c54b8e3e1fa5156..f0ea9658fa09e16ca5024321681555b9d767a1ce 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
       <artifactId>org.osgi.service.component.annotations</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>restconf-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>restconf-common-models</artifactId>
       <artifactId>netconf-dom-api</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.opendaylight.odlparent</groupId>
-      <artifactId>logging-markers</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>concepts</artifactId>