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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b867c15b Don't overspecifiy JUnit dependencies
9b867c15b is described below

commit 9b867c15b690b9a94e22951da42c97ff8d48106f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Sep 11 16:47:56 2024 -0400

    Don't overspecifiy JUnit dependencies
    
    junit-jupiter-api comes in through junit-jupiter-engine
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index de218655d..e59262250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,11 +38,6 @@
     <url>https://gitbox.apache.org/repos/asf?p=commons-collections.git</url>
   </scm>
   <dependencies>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-engine</artifactId>

Reply via email to