You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/02/28 17:44:19 UTC

[maven-surefire] branch SUREFIRE-2028 created (now 7cba5e8)

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

tibordigana pushed a change to branch SUREFIRE-2028
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


      at 7cba5e8  [SUREFIRE-2028] ShadeFire is missing org.apache.maven.surefire:common-java5

This branch includes the following new commits:

     new 7cba5e8  [SUREFIRE-2028] ShadeFire is missing org.apache.maven.surefire:common-java5

The 1 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.


[maven-surefire] 01/01: [SUREFIRE-2028] ShadeFire is missing org.apache.maven.surefire:common-java5

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch SUREFIRE-2028
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 7cba5e86b6cf7c1502efe0ed1ebd71651cf53d6f
Author: tibor.digana <ti...@apache.org>
AuthorDate: Mon Feb 28 18:44:03 2022 +0100

    [SUREFIRE-2028] ShadeFire is missing org.apache.maven.surefire:common-java5
---
 surefire-shadefire/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/surefire-shadefire/pom.xml b/surefire-shadefire/pom.xml
index 1c8c412..ea261e2 100644
--- a/surefire-shadefire/pom.xml
+++ b/surefire-shadefire/pom.xml
@@ -78,6 +78,7 @@
                   <include>org.apache.maven.surefire:surefire-api</include>
                   <include>org.apache.maven.surefire:surefire-extensions-spi</include>
                   <include>org.apache.maven.surefire:surefire-booter</include>
+                  <include>org.apache.maven.surefire:common-java5</include>
                   <include>org.apache.maven.surefire:common-junit3</include>
                   <include>org.apache.maven.surefire:surefire-junit3</include>
                 </includes>