summaryrefslogtreecommitdiffstats
path: root/sliapi/springboot/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2020-03-18 15:58:52 +0000
committerSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2020-03-18 15:58:52 +0000
commitd8bda45b7e8feccaa521d0ae35b72ae3b87c5a89 (patch)
tree7ea18b6f7f3746b6cf2a2ff3b46381fdf2a9af48 /sliapi/springboot/pom.xml
parent88f749277195998d150925e14e12021cc2e9292b (diff)
update sliapi-springboot
add base plugins to spring boot sli Issue-ID: CCSDK-2179 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I1e80e3a8b67ced5c2ff72c9569d6aac970c72ddf
Diffstat (limited to 'sliapi/springboot/pom.xml')
-rw-r--r--sliapi/springboot/pom.xml28
1 files changed, 24 insertions, 4 deletions
diff --git a/sliapi/springboot/pom.xml b/sliapi/springboot/pom.xml
index 6bdb1395..8e889459 100644
--- a/sliapi/springboot/pom.xml
+++ b/sliapi/springboot/pom.xml
@@ -94,10 +94,30 @@
<artifactId>logging-filter-spring</artifactId>
<version>1.6.4</version>
</dependency>
- <dependency>
- <groupId>javax.ws.rs</groupId>
- <artifactId>javax.ws.rs-api</artifactId>
- </dependency>
+ <dependency>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>javax.ws.rs-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sliPluginUtils-provider</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.plugins</groupId>
+ <artifactId>restapi-call-node-provider</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.plugins</groupId>
+ <artifactId>properties-node-provider</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <!-- this jersey jar is needed for rest api call node to function properly -->
+ <dependency>
+ <groupId>org.glassfish.jersey.inject</groupId>
+ <artifactId>jersey-hk2</artifactId>
+ </dependency>
</dependencies>
<build>