You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/06/18 14:35:09 UTC

[commons-numbers] branch master updated: NUMBERS-115: Remove obsolete JUnit 4 dependencies

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


The following commit(s) were added to refs/heads/master by this push:
     new f36f165  NUMBERS-115: Remove obsolete JUnit 4 dependencies
     new 5d6e541  Merge branch 'NUMBERS-115__heinrich'
f36f165 is described below

commit f36f1650b20fa4d0e9da8c6aaeaf88c056d9f9d4
Author: Schamschi <he...@gmx.at>
AuthorDate: Tue Jun 18 16:11:45 2019 +0200

    NUMBERS-115: Remove obsolete JUnit 4 dependencies
    
    Remove the following dependencies:
    
    org.junit.platform:junit-platform-runner
    org.junit.vintage:junit-vintage-engine
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index d40454e..27b39af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,20 +113,10 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.junit.platform</groupId>
-      <artifactId>junit-platform-runner</artifactId>
-      <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>
-    </dependency>
   </dependencies>
 
   <properties>