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/08/17 07:08:15 UTC

[commons-rng] 07/13: RNG-163: Remove JUnit 4 support

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-rng.git

commit ca203fcfcf09fca695b29b5ea90d135a103bffab
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Aug 15 21:46:50 2021 +0100

    RNG-163: Remove JUnit 4 support
    
    Drop the junit-vintage-engine dependency.
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 815c8c3..728e44e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,12 +139,6 @@
       <version>${rng.junit5.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.junit.vintage</groupId>
-      <artifactId>junit-vintage-engine</artifactId>
-      <version>${rng.junit5.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>