JAMES-3024 Add parameterized tests to testing base
diff --git a/testing/base/pom.xml b/testing/base/pom.xml
index 8cdaf7c..e0d2473 100644
--- a/testing/base/pom.xml
+++ b/testing/base/pom.xml
@@ -49,6 +49,10 @@
             <artifactId>junit-jupiter-engine</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-params</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.junit.platform</groupId>
             <artifactId>junit-platform-launcher</artifactId>
         </dependency>