Provide dependency management for Testcontainers

Closes gh-34712
This commit is contained in:
Andy Wilkinson 2023-03-22 20:20:04 +00:00
parent 07cb38bb15
commit 5348e246a5
2 changed files with 7 additions and 7 deletions

View File

@ -1446,6 +1446,13 @@ bom {
]
}
}
library("Testcontainers", "1.17.6") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"
]
}
}
library("Thymeleaf", "3.1.1.RELEASE") {
group("org.thymeleaf") {
modules = [

View File

@ -201,13 +201,6 @@ bom {
]
}
}
library("Testcontainers", "1.17.3") {
group("org.testcontainers") {
imports = [
"testcontainers-bom"
]
}
}
}
dependencies {