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 2022/11/04 11:32:15 UTC

[commons-collections] branch master updated (92b753221 -> d7343b729)

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

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


    from 92b753221 Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#354)
     new b35efc506 Remove junit version managed in commons parent via junit BOM
     new d7343b729 Remove junit-vintage-engine dependency

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)


[commons-collections] 01/02: Remove junit version managed in commons parent via junit BOM

Posted by ah...@apache.org.
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-collections.git

commit b35efc506f5effd43b575d0870a74813cd991202
Author: aherbert <a....@sussex.ac.uk>
AuthorDate: Fri Nov 4 11:09:10 2022 +0000

    Remove junit version managed in commons parent via junit BOM
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 53b818fc5..83a0c42e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,25 +467,21 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
-      <version>${commons.junit.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-engine</artifactId>
-      <version>${commons.junit.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-params</artifactId>
-      <version>${commons.junit.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.junit.vintage</groupId>
       <artifactId>junit-vintage-engine</artifactId>
-      <version>${commons.junit.version}</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -596,7 +592,7 @@
     <commons.site.path>collections</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-    
+
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.junit.version>5.9.1</commons.junit.version>


[commons-collections] 02/02: Remove junit-vintage-engine dependency

Posted by ah...@apache.org.
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-collections.git

commit d7343b729c6223f5621818542f8e94000d12d9ff
Author: aherbert <a....@sussex.ac.uk>
AuthorDate: Fri Nov 4 11:25:01 2022 +0000

    Remove junit-vintage-engine dependency
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 83a0c42e8..64405a0dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -479,17 +479,6 @@
       <artifactId>junit-jupiter-params</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.junit.vintage</groupId>
-      <artifactId>junit-vintage-engine</artifactId>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.hamcrest</groupId>
-          <artifactId>hamcrest-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest</artifactId>