Fix netconf version 16/103616/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 6 Dec 2022 17:20:43 +0000 (18:20 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 6 Dec 2022 17:20:43 +0000 (18:20 +0100)
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 b6fb64f6f72615b52beb2ce404f0fac7e6325b12..b2fa0bd68d6bf8803b864dcacafc09b5a6381ff4 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>