From 0c731843b3d37d8c1eed6c4079254db2b63a68d4 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Mon, 23 Oct 2023 16:44:26 +0200 Subject: [PATCH] HSEARCH-4674 Use testcontainers BOM --- build/parents/build/pom.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 748235fd761..b37c0df587b 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -686,6 +686,13 @@ pom import + + org.testcontainers + testcontainers-bom + ${testcontainers.version} + import + pom + org.mockito @@ -693,16 +700,6 @@ ${version.org.mockito} - - org.testcontainers - testcontainers - ${testcontainers.version} - - - org.testcontainers - jdbc - ${testcontainers.version} -