Spring security pom impl

This commit is contained in:
MathewFrancis 2025-05-09 13:21:05 +05:30
parent b29d124b3d
commit 095975712f
49 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,4 @@
1,50
13,3
13,2
13,1
@ -157,7 +158,6 @@
3,6
2,6
1,6
3,49
3,5
2,5
1,5

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -70,6 +70,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- spring security -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>