Switch to Testcontainers Maven BOM for dependency management of Testcontainers.

This commit is contained in:
John Blum
2022-02-10 16:28:18 -08:00
parent 92fb33b987
commit 4f0623df5f

View File

@@ -4,6 +4,7 @@ dependencyManagement {
// Declared and managed Eclipse Jetty (BOM) version based on Apache Geode 1.14.3's declared,
// required Jetty version (9.x)! This Jetty version is incompatible with Jakarta EE 9 and Spring Boot 3.
mavenBom "org.eclipse.jetty:jetty-bom:$eclipseJettyVersion"
mavenBom "org.testcontainers:testcontainers-bom:$testcontainersVersion"
}
dependencies {
dependency "antlr:antlr:$antlrVersion"
@@ -20,6 +21,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"
}
}