Skip to content

Commit

Permalink
spring-security core & web
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX committed Jan 2, 2025
1 parent 2d1af74 commit e603191
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,21 @@
<artifactId>ant</artifactId>
<version>1.10.15</version>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.8.16</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.8.16</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>5.8.16</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit e603191

Please sign in to comment.