summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-07-19 13:50:12 -0400
committerDan Timoney <dtimoney@att.com>2024-08-16 12:32:54 -0400
commit4b27c1566071bf880b7ea1757530473ea2ee1b7f (patch)
tree57434370476bed4394735ab91474ef0aae77be8e /plugins/restconf-client/provider/pom.xml
parentac0e0c95968436d78781056eddf6af4b75b7fd92 (diff)
Migrate SLI to ODL Potassium-SR2
Updated parent versions to match Potassium-SR2 version and made code updates necessary to migrate to OpenDaylight Potassium release. Issue-ID: CCSDK-3990 Change-Id: I8a8a99513a257fe7e9c3736ab23cb88fb1cd85ad Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'plugins/restconf-client/provider/pom.xml')
-rwxr-xr-xplugins/restconf-client/provider/pom.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml
index 047249aad..950635525 100755
--- a/plugins/restconf-client/provider/pom.xml
+++ b/plugins/restconf-client/provider/pom.xml
@@ -28,13 +28,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
- <dependency>
- <groupId>org.glassfish.jersey</groupId>
- <artifactId>jersey-bom</artifactId>
- <version>2.39.1</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@@ -44,8 +37,8 @@
</dependency>
<dependency>
- <groupId>javax.ws.rs</groupId>
- <artifactId>javax.ws.rs-api</artifactId>
+ <groupId>jakarta.ws.rs</groupId>
+ <artifactId>jakarta.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
@@ -102,7 +95,7 @@
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-nb</artifactId>
- <version>5.0.6</version>
+ <version>6.0.6</version>
<exclusions>
<exclusion>
<groupId>javax.xml</groupId>