Provide dependency management for Testcontainers
Closes gh-34712
This commit is contained in:
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") {
|
library("Thymeleaf", "3.1.1.RELEASE") {
|
||||||
group("org.thymeleaf") {
|
group("org.thymeleaf") {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
|
@ -201,13 +201,6 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Testcontainers", "1.17.3") {
|
|
||||||
group("org.testcontainers") {
|
|
||||||
imports = [
|
|
||||||
"testcontainers-bom"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in New Issue