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