Remove use of Thymeleaf from smoke tests

Closes gh-28788
This commit is contained in:
Scott Frederick
2021-11-23 12:11:55 -06:00
parent 03e283a2e6
commit 12244a8edd
67 changed files with 237 additions and 791 deletions

View File

@@ -76,9 +76,7 @@ dependencies {
testImplementation("org.springframework:spring-websocket")
testImplementation("org.springframework.hateoas:spring-hateoas")
testImplementation("org.springframework.security:spring-security-test")
testImplementation("org.thymeleaf:thymeleaf")
testImplementation("org.thymeleaf:thymeleaf-spring5")
testImplementation("nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect")
testImplementation("org.freemarker:freemarker")
testRuntimeOnly("org.aspectj:aspectjweaver")
testRuntimeOnly("org.yaml:snakeyaml")