Skip to content

Commit 88db8ff

Browse files
authored
Merge pull request #155 from Nohit-Java17/develop
Update pom.xml
2 parents 3ccbd4c + d377f72 commit 88db8ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@
116116
<artifactId>tomcat-embed-core</artifactId>
117117
<version>9.0.98</version>
118118
</dependency>
119+
<dependency>
120+
<groupId>org.springframework.security</groupId>
121+
<artifactId>spring-security-web</artifactId>
122+
<version>5.7.13</version>
123+
</dependency>
119124
</dependencies>
120125
<build>
121126
<plugins>

0 commit comments

Comments
 (0)