From 0e061be8935d3fd361e8ad916948215043f1ebab Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 28 Mar 2023 09:37:21 -0400 Subject: ODL Chlorine changes Update ccsdk/sli for OpenDaylight Chlorine release. Issue-ID: CCSDK-3812 Signed-off-by: Dan Timoney Change-Id: I886292c4232e7028967f1518d9f0b09f2d0a6106 --- plugins/restconf-client/provider/pom.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'plugins/restconf-client/provider') 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 @@ org.onap.ccsdk.parent binding-parent - 2.5.3 + 2.5.4 org.onap.ccsdk.sli.plugins @@ -15,6 +15,10 @@ ccsdk-sli-plugins :: ${project.artifactId} + + 2.3.3 + + @@ -27,7 +31,7 @@ org.glassfish.jersey jersey-bom - 2.27 + 2.37 pom import @@ -97,8 +101,8 @@ org.opendaylight.netconf - restconf-nb-rfc8040 - provided + restconf-nb + 4.0.4 javax.xml @@ -116,6 +120,12 @@ org.osgi.core provided + + org.glassfish.jaxb + jaxb-runtime + ${jaxb-api.version} + + -- cgit 1.2.3-korg