Merge "Handle missing spanloss in PCE without crashing"
[transportpce.git] / inventory / pom.xml
index bce055f72dd9f632ef5472b0fc796ec70ad0727c..781ab9ca096940cddfa30fe7f1057228aef5204b 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>10.0.3</version>
+    <version>10.0.5</version>
     <relativePath/>
   </parent>
 
   <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>