summaryrefslogtreecommitdiffstats
path: root/vnfm-simulator/vnfm-service/pom.xml
diff options
context:
space:
mode:
authorByung-Woo Jun <byung-woo.jun@est.tech>2019-08-01 17:47:33 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-01 17:47:33 +0000
commit15c7bc833ae91ed2590370dd001d5361149aef9a (patch)
tree90203b6dab62f4bf1bb906d300ebd9c5007e5fd2 /vnfm-simulator/vnfm-service/pom.xml
parent0bf3a7f44ca4f0101c972029c7254606793627ad (diff)
parentc91aac4825b873442f0636ef9f4cb4f3c1a675ef (diff)
Merge "Add oauth for calls from VNFM adapter to VNFM"
Diffstat (limited to 'vnfm-simulator/vnfm-service/pom.xml')
-rw-r--r--vnfm-simulator/vnfm-service/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vnfm-simulator/vnfm-service/pom.xml b/vnfm-simulator/vnfm-service/pom.xml
index 7beccb6561..1e3244bae4 100644
--- a/vnfm-simulator/vnfm-service/pom.xml
+++ b/vnfm-simulator/vnfm-service/pom.xml
@@ -44,6 +44,11 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>org.springframework.security.oauth</groupId>
+ <artifactId>spring-security-oauth2</artifactId>
+ <version>2.3.6.RELEASE</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>