Remove Thymeleaf from WelcomePageIntegrationTests

This commit is contained in:
Phillip Webb
2025-06-04 19:24:48 -07:00
parent dfd5e56956
commit 7fbf1ce778
3 changed files with 33 additions and 39 deletions

View File

@@ -14,8 +14,8 @@ dependencies {
api("org.springframework:spring-web")
optional(project(":spring-boot-project:spring-boot-autoconfigure"))
optional(project(":spring-boot-project:spring-boot-webmvc"))
optional("org.springframework:spring-webflux")
optional("org.springframework:spring-webmvc")
optional("org.springframework.security:spring-security-web")
optional("org.thymeleaf:thymeleaf")
optional("org.thymeleaf.extras:thymeleaf-extras-springsecurity6")