summaryrefslogtreecommitdiffstats
path: root/plugins/restapi-call-node/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/restapi-call-node/provider/pom.xml')
-rwxr-xr-xplugins/restapi-call-node/provider/pom.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/restapi-call-node/provider/pom.xml b/plugins/restapi-call-node/provider/pom.xml
index fad35431e..db62ea04b 100755
--- a/plugins/restapi-call-node/provider/pom.xml
+++ b/plugins/restapi-call-node/provider/pom.xml
@@ -24,19 +24,12 @@
<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>
<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>