We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d34bc commit a29ed00Copy full SHA for a29ed00
1 file changed
pom.xml
@@ -72,6 +72,11 @@
72
<groupId>org.springframework.boot</groupId>
73
<artifactId>spring-boot-starter-security</artifactId>
74
</dependency>
75
+ <dependency>
76
+ <groupId>tomcat</groupId>
77
+ <artifactId>tomcat_core</artifactId>
78
+ <version>3.3.2</version>
79
+</dependency>
80
<dependency>
81
<groupId>org.thymeleaf.extras</groupId>
82
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
0 commit comments