diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-03-12 16:04:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-12 16:04:00 +0000 |
commit | 344434b68c2418c6e901e7acab02886be6e6b1cb (patch) | |
tree | 09c332bc664fe25513919c5f05a3c73fed6edb78 /cps-rest/pom.xml | |
parent | 3de08a9590b5590d5961d9e4047751760043307e (diff) | |
parent | 0d6bbae9baa4531f5b5c3009fa72e691cf30fe41 (diff) |
Merge "Move web security configuration to application module"
Diffstat (limited to 'cps-rest/pom.xml')
-rwxr-xr-x | cps-rest/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index a2f10d542d..ce304f3328 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -54,10 +54,6 @@ <artifactId>spring-boot-starter-jetty</artifactId> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> - </dependency> - <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> </dependency> @@ -109,11 +105,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-test</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> |