aboutsummaryrefslogtreecommitdiffstats
path: root/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'restapi-call-node/features/ccsdk-restapi-call-node/pom.xml')
-rw-r--r--restapi-call-node/features/ccsdk-restapi-call-node/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml
index da6b8d0d..638cff39 100644
--- a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml
+++ b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml
@@ -18,7 +18,11 @@
<dependencies>
-
+ <dependency>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>javax.ws.rs-api</artifactId>
+ <version>2.1</version>
+ </dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-sli</artifactId>