Switch to Testcontainers BOM for Testcontainers dependency management.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
||||
mavenBom "org.testcontainers:testcontainers-bom:$testcontainersVersion"
|
||||
}
|
||||
dependencies {
|
||||
dependency "antlr:antlr:$antlrVersion"
|
||||
@@ -17,6 +18,5 @@ dependencyManagement {
|
||||
dependency "org.springframework.data:spring-data-geode-test:$springDataGeodeTestVersion"
|
||||
dependency "org.springframework.session:spring-session-data-geode:$springSessionDataGeodeVersion"
|
||||
dependency "org.springframework.shell:spring-shell:$springShellVersion"
|
||||
dependency "org.testcontainers:testcontainers:$testcontainersVersion"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user