From 0d6bbae9baa4531f5b5c3009fa72e691cf30fe41 Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Thu, 11 Mar 2021 14:15:49 +0200 Subject: Move web security configuration to application module Issue-ID: CPS-288 Change-Id: Ieba184c3e4727e354c19a3db31325052d15ced44 Signed-off-by: Ruslan Kashapov --- cps-rest/pom.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cps-rest/pom.xml') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index a2f10d542..ce304f332 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -53,10 +53,6 @@ org.springframework.boot spring-boot-starter-jetty - - org.springframework.boot - spring-boot-starter-security - io.swagger.core.v3 swagger-annotations @@ -109,11 +105,6 @@ - - org.springframework.security - spring-security-test - test - -- cgit 1.2.3-korg