From 743380d1f171d4c0dd46dc0cd5b47d8ea93bea44 Mon Sep 17 00:00:00 2001 From: Renu Kumari Date: Tue, 17 Aug 2021 07:30:19 -0400 Subject: Add basic security to query interface - Added WebSecurity configuration and corresponding test case - Updated existing test cases to handle spring security - Moved QueryResponseFactory to QueryController to avoid cyclic dependency Issue-ID: CPS-530 Signed-off-by: Renu Kumari Change-Id: I7e03ed9ccf983090ce514873b86fc9b2f851ed4f --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2975f92..be5f72a 100755 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,10 @@ org.springframework.boot spring-boot-starter-data-jpa + + org.springframework.boot + spring-boot-starter-security + org.springframework.boot spring-boot-starter-actuator @@ -162,6 +166,11 @@ + + org.springframework.security + spring-security-test + test + org.spockframework spock-core -- cgit 1.2.3-korg