diff options
author | MichaelMorris <michael.morris@est.tech> | 2019-07-31 13:28:48 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2019-07-31 13:28:48 +0000 |
commit | c91aac4825b873442f0636ef9f4cb4f3c1a675ef (patch) | |
tree | 20df306f212a898f176d6403a38e04534e39d8cf /vnfm-simulator/vnfm-service/pom.xml | |
parent | 47fb69ff7908ae75777a4f0c7e28c198f0e117ae (diff) |
Add oauth for calls from VNFM adapter to VNFM
Change-Id: I0e6ba16bbeab457ec0c1985e345e26f544434667
Issue-ID: SO-2169
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to 'vnfm-simulator/vnfm-service/pom.xml')
-rw-r--r-- | vnfm-simulator/vnfm-service/pom.xml | 5 |
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> |