From bdf577710e6dc7d8101bd80ecf7157ec9db1b8fb Mon Sep 17 00:00:00 2001 From: Oleksandra Matviienko Date: Tue, 7 May 2024 15:41:23 +0200 Subject: [PATCH] Mocks the few JUnit4 classes that testcontainers needs for successful compilation. Signed-off-by: Oleksandra Matviienko --- msa/black-box-tests/pom.xml | 5 +++++ pom.xml | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/msa/black-box-tests/pom.xml b/msa/black-box-tests/pom.xml index f433b1930c..4c81e0f31f 100644 --- a/msa/black-box-tests/pom.xml +++ b/msa/black-box-tests/pom.xml @@ -43,6 +43,11 @@ testcontainers test + + software.xdev + testcontainers-junit4-mock + test + org.zeroturnaround zt-exec diff --git a/pom.xml b/pom.xml index 74c095c857..bf15107acd 100755 --- a/pom.xml +++ b/pom.xml @@ -148,6 +148,7 @@ 5.4.0 2.2 1.19.7 + 1.0.1 1.12 4.19.1 5.8.0 @@ -2125,6 +2126,14 @@ + + + software.xdev + testcontainers-junit4-mock + ${testcontainers-junit4-mock.version} + test + org.zeroturnaround zt-exec