From c7e3196d33b4c5571470e43b8fcbc985afc2aa49 Mon Sep 17 00:00:00 2001 From: Mirna Gama Date: Thu, 11 Jan 2024 14:46:53 -0300 Subject: [PATCH] [R9] Add spring security dependencies --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8daf52d..b71ed8f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent 3.2.1 - + com.mirna hospital-management-api @@ -21,7 +21,6 @@ org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-devtools @@ -60,6 +59,15 @@ 2.1.214 test + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.security + spring-security-test + test +