You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/01/17 04:04:22 UTC

[james-project] 01/02: JAMES-3024 Add parameterized tests to testing base

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 36a584ab8934687f56fa75f7b445cbcfdc71d5d7
Author: RĂ©mi KOWALSKI <rk...@linagora.com>
AuthorDate: Thu Jan 9 17:43:53 2020 +0100

    JAMES-3024 Add parameterized tests to testing base
---
 testing/base/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

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>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org