summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-03-28 09:37:21 -0400
committerDan Timoney <dtimoney@att.com>2023-03-28 16:01:20 -0400
commit0e061be8935d3fd361e8ad916948215043f1ebab (patch)
treec20ccba214d26c56449d3a3f0abcfc408ac9e5b6 /plugins/restconf-client
parente0ee06604dd6b4e37f2349d13967cf4359f17ea8 (diff)
ODL Chlorine changes
Update ccsdk/sli for OpenDaylight Chlorine release. Issue-ID: CCSDK-3812 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I886292c4232e7028967f1518d9f0b09f2d0a6106
Diffstat (limited to 'plugins/restconf-client')
-rwxr-xr-xplugins/restconf-client/installer/pom.xml2
-rwxr-xr-xplugins/restconf-client/pom.xml2
-rwxr-xr-xplugins/restconf-client/provider/pom.xml18
3 files changed, 16 insertions, 6 deletions
diff --git a/plugins/restconf-client/installer/pom.xml b/plugins/restconf-client/installer/pom.xml
index d86e4dd03..33fe9a09c 100755
--- a/plugins/restconf-client/installer/pom.xml
+++ b/plugins/restconf-client/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.5.3</version>
+ <version>2.5.4</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
diff --git a/plugins/restconf-client/pom.xml b/plugins/restconf-client/pom.xml
index 20c525b32..13013e41d 100755
--- a/plugins/restconf-client/pom.xml
+++ b/plugins/restconf-client/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.5.3</version>
+ <version>2.5.4</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml
index 244fd5c8b..09e8f43fa 100755
--- a/plugins/restconf-client/provider/pom.xml
+++ b/plugins/restconf-client/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.5.3</version>
+ <version>2.5.4</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
@@ -15,6 +15,10 @@
<name>ccsdk-sli-plugins :: ${project.artifactId}</name>
+ <properties>
+ <jaxb-api.version>2.3.3</jaxb-api.version>
+ </properties>
+
<dependencyManagement>
<dependencies>
<dependency>
@@ -27,7 +31,7 @@
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
- <version>2.27</version>
+ <version>2.37</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -97,8 +101,8 @@
</dependency>
<dependency>
<groupId>org.opendaylight.netconf</groupId>
- <artifactId>restconf-nb-rfc8040</artifactId>
- <scope>provided</scope>
+ <artifactId>restconf-nb</artifactId>
+ <version>4.0.4</version>
<exclusions>
<exclusion>
<groupId>javax.xml</groupId>
@@ -116,6 +120,12 @@
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>${jaxb-api.version}</version>
+ </dependency>
+
<!-- For test -->
<dependency>