parent
1751df13f1
commit
ad63cb8e62
|
|
@ -26,12 +26,8 @@ allprojects {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
if (version.contains('-')) {
|
||||||
url "https://repo.spring.io/milestone"
|
maven { url "https://repo.spring.io/milestone" }
|
||||||
content {
|
|
||||||
// Thymeleaf uses 6.0.0-RC2 of Security's bom in its dependency management
|
|
||||||
includeModule("org.springframework.security", "spring-security-bom")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (version.endsWith('-SNAPSHOT')) {
|
if (version.endsWith('-SNAPSHOT')) {
|
||||||
maven { url "https://repo.spring.io/snapshot" }
|
maven { url "https://repo.spring.io/snapshot" }
|
||||||
|
|
|
||||||
|
|
@ -1451,7 +1451,7 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Thymeleaf", "3.1.0.RELEASE") {
|
library("Thymeleaf", "3.1.1.RELEASE") {
|
||||||
group("org.thymeleaf") {
|
group("org.thymeleaf") {
|
||||||
modules = [
|
modules = [
|
||||||
"thymeleaf",
|
"thymeleaf",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue