This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit fe4d700c02f7560a6940740f8cad4ec09efb5f83 Author: Eitan Adler <li...@eitanadler.com> AuthorDate: Sat Jun 8 17:57:21 2019 -0700 Add the dep --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index c22e030..d40454e 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-params</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <scope>test</scope>