Remove support for Thymeleaf
Closes gh-28611
This commit is contained in:
committed by
Andy Wilkinson
parent
22cc9ca6fa
commit
015dca1956
@@ -1386,7 +1386,6 @@ bom {
|
||||
"spring-boot-starter-rsocket",
|
||||
"spring-boot-starter-security",
|
||||
"spring-boot-starter-test",
|
||||
"spring-boot-starter-thymeleaf",
|
||||
"spring-boot-starter-tomcat",
|
||||
"spring-boot-starter-undertow",
|
||||
"spring-boot-starter-validation",
|
||||
@@ -1621,42 +1620,6 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Thymeleaf", "3.0.12.RELEASE") {
|
||||
group("org.thymeleaf") {
|
||||
modules = [
|
||||
"thymeleaf",
|
||||
"thymeleaf-spring5"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Thymeleaf Extras Data Attribute", "2.0.1") {
|
||||
group("com.github.mxab.thymeleaf.extras") {
|
||||
modules = [
|
||||
"thymeleaf-extras-data-attribute"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Thymeleaf Extras Java8Time", "3.0.4.RELEASE") {
|
||||
group("org.thymeleaf.extras") {
|
||||
modules = [
|
||||
"thymeleaf-extras-java8time"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Thymeleaf Extras SpringSecurity", "3.0.4.RELEASE") {
|
||||
group("org.thymeleaf.extras") {
|
||||
modules = [
|
||||
"thymeleaf-extras-springsecurity5"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Thymeleaf Layout Dialect", "3.0.0") {
|
||||
group("nz.net.ultraq.thymeleaf") {
|
||||
modules = [
|
||||
"thymeleaf-layout-dialect"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Tomcat", "${tomcatVersion}") {
|
||||
prohibit("[10.0.0-M1,)") {
|
||||
because "it uses the jakarta.* namespace"
|
||||
|
||||
Reference in New Issue
Block a user