Provide dependency management for Testcontainers

Closes gh-34712
pull/34741/head
Andy Wilkinson 2 years ago
parent 07cb38bb15
commit 5348e246a5

@ -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 = [

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

Loading…
Cancel
Save