Fix netconf version 65/103265/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 6 Dec 2022 17:20:43 +0000 (18:20 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 8 Dec 2022 08:11:13 +0000 (08:11 +0000)
Chlorine SR1 uses netconf-4.0.4, fix that up.

Change-Id: I3c66ffc37d918ca24ed8fe0dd2e62880ee4de52b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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>