Fix netconf version
[transportpce.git] / inventory / pom.xml
index c8cfcada63afd9c9455f03f5e9a7cd19b7bdb84d..781ab9ca096940cddfa30fe7f1057228aef5204b 100644 (file)
   <packaging>bundle</packaging>
 
   <properties>
+    <!--
+          FIXME: these versions should be communicated from tpce-models' artifacts pom
+                 and then should be imported just like netconf below
+      -->
     <transportpce.models.version>17.1.0-SNAPSHOT</transportpce.models.version>
   </properties>
 
@@ -28,7 +32,7 @@
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>4.0.1</version>
+        <version>4.0.4</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>