You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/09/20 17:07:52 UTC

[commons-statistics] 04/13: Switch to junit-jupiter aggregator dependency

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 814a5623e35439f09942ef6e314b784950507522
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Sep 20 14:36:12 2021 +0100

    Switch to junit-jupiter aggregator dependency
    
    This adds the use of junit-jupiter-params.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 93fec16..9348984 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
   <dependencies>
      <dependency>
       <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-engine</artifactId>
+      <artifactId>junit-jupiter</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>