diff options
author | Steve Smokowski <ss835w@att.com> | 2020-01-08 14:03:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-08 14:03:22 +0000 |
commit | 19e0d69fbb8a3517184833f22d662d06868e1c5e (patch) | |
tree | 7c7e0e7198c3930bbfa4c2b7724c6c1cce143e7b /so-monitoring/so-monitoring-service/pom.xml | |
parent | 1110790099fa6a019ab7e5fd530c623f88e10d59 (diff) | |
parent | 175318ab0194dfe1f75979d1d56d8e8c750a32c5 (diff) |
Merge "consolidated security configuration"
Diffstat (limited to 'so-monitoring/so-monitoring-service/pom.xml')
-rw-r--r-- | so-monitoring/so-monitoring-service/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/so-monitoring/so-monitoring-service/pom.xml b/so-monitoring/so-monitoring-service/pom.xml index ff70a77239..762e3a5ee6 100644 --- a/so-monitoring/so-monitoring-service/pom.xml +++ b/so-monitoring/so-monitoring-service/pom.xml @@ -37,15 +37,10 @@ <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </exclusion> </exclusions> </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> |