From 8426d8854fe6bb6cfcfc8c176c164334345efea5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 09:46:20 +0000 Subject: [PATCH] Import Testcontainers' bom rather than managing modules individually Closes gh-15900 --- spring-boot-project/spring-boot-parent/pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index ba4913b0637..fb04d3d6a39 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -240,13 +240,10 @@ org.testcontainers - neo4j - ${testcontainers.version} - - - org.testcontainers - testcontainers + testcontainers-bom ${testcontainers.version} + import + pom org.zeroturnaround