Skip to content

Commit a29ed00

Browse files
Update pom.xml
Adding Tomcat Core
1 parent 22d34bc commit a29ed00

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-starter-security</artifactId>
7474
</dependency>
75+
<dependency>
76+
<groupId>tomcat</groupId>
77+
<artifactId>tomcat_core</artifactId>
78+
<version>3.3.2</version>
79+
</dependency>
7580
<dependency>
7681
<groupId>org.thymeleaf.extras</groupId>
7782
<artifactId>thymeleaf-extras-springsecurity5</artifactId>

0 commit comments

Comments
 (0)