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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
