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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0fd42031c Use surefire 3.5.5 by project itself for testing
0fd42031c is described below

commit 0fd42031cf6d4239cb0bf956b188e11f7710fc87
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Mar 14 12:08:05 2026 +0100

    Use surefire 3.5.5 by project itself for testing
---
 maven-failsafe-plugin/pom.xml           |  8 --------
 maven-surefire-common/pom.xml           |  8 --------
 maven-surefire-plugin/pom.xml           |  8 --------
 maven-surefire-report-plugin/pom.xml    |  8 --------
 pom.xml                                 | 16 ++++++++++++++--
 surefire-api/pom.xml                    |  8 --------
 surefire-booter/pom.xml                 |  8 --------
 surefire-extensions-api/pom.xml         |  8 --------
 surefire-its/pom.xml                    |  2 --
 surefire-logger-api/pom.xml             |  8 --------
 surefire-providers/common-java5/pom.xml |  8 --------
 surefire-providers/pom.xml              | 16 ----------------
 surefire-report-parser/pom.xml          |  8 --------
 13 files changed, 14 insertions(+), 100 deletions(-)

diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index d385dfe0b..c10250ab3 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -167,14 +167,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index d8a5f81a0..2f056e372 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -193,14 +193,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.eclipse.sisu</groupId>
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 351de7a77..875cd4b6c 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -105,14 +105,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
diff --git a/maven-surefire-report-plugin/pom.xml 
b/maven-surefire-report-plugin/pom.xml
index 1698740ee..3c548ccae 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -223,14 +223,6 @@
             
<classpathDependencyExclude>org.fusesource.jansi:jansi</classpathDependencyExclude>
           </classpathDependencyExcludes>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>
diff --git a/pom.xml b/pom.xml
index 408aea829..11a18c76a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,9 +298,13 @@
           <artifactId>animal-sniffer-maven-plugin</artifactId>
           <version>1.27</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>3.5.5</version>
+        </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.5.2</version>
+          <version>3.5.5</version>
           <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
           <configuration>
             <!-- NOTE: Be sure to isolate the Surefire version under test from 
the version running the tests! -->
@@ -310,6 +314,14 @@
             <useFile>false</useFile>
             <redirectTestOutputToFile>false</redirectTestOutputToFile>
           </configuration>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.surefire</groupId>
+              <artifactId>surefire-shadefire</artifactId>
+              <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
+              <version>3.5.5</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
@@ -466,7 +478,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
         <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-        <version>3.5.2</version>
+        <version>3.5.5</version>
       </plugin>
     </plugins>
   </reporting>
diff --git a/surefire-api/pom.xml b/surefire-api/pom.xml
index 9459e9daf..c9c144da9 100644
--- a/surefire-api/pom.xml
+++ b/surefire-api/pom.xml
@@ -85,14 +85,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index 3ab0e09e0..10942406e 100644
--- a/surefire-booter/pom.xml
+++ b/surefire-booter/pom.xml
@@ -117,14 +117,6 @@
           <useFile>true</useFile>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>
diff --git a/surefire-extensions-api/pom.xml b/surefire-extensions-api/pom.xml
index b49b5a4eb..40c10db8f 100644
--- a/surefire-extensions-api/pom.xml
+++ b/surefire-extensions-api/pom.xml
@@ -87,14 +87,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>
diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index 8ceed70c6..b25b4498b 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -228,8 +228,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-failsafe-plugin</artifactId>
-            <version>3.5.4</version>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
             <configuration>
               <properties>
                 
<configurationParameters>junit.vintage.execution.parallel.enabled=${junit.vintage.execution.parallel.enabled}
diff --git a/surefire-logger-api/pom.xml b/surefire-logger-api/pom.xml
index 46cd987d7..7ad6a7542 100644
--- a/surefire-logger-api/pom.xml
+++ b/surefire-logger-api/pom.xml
@@ -81,14 +81,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>
diff --git a/surefire-providers/common-java5/pom.xml 
b/surefire-providers/common-java5/pom.xml
index 6684bf39a..5d192e243 100644
--- a/surefire-providers/common-java5/pom.xml
+++ b/surefire-providers/common-java5/pom.xml
@@ -66,14 +66,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>
diff --git a/surefire-providers/pom.xml b/surefire-providers/pom.xml
index cf710a3ad..084fa2224 100644
--- a/surefire-providers/pom.xml
+++ b/surefire-providers/pom.xml
@@ -44,20 +44,4 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-    </plugins>
-  </build>
 </project>
diff --git a/surefire-report-parser/pom.xml b/surefire-report-parser/pom.xml
index aa152d7e8..9f1c62e82 100644
--- a/surefire-report-parser/pom.xml
+++ b/surefire-report-parser/pom.xml
@@ -74,14 +74,6 @@
         <configuration>
           <argLine>${jvm.args.tests} @{argLine}</argLine>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.surefire</groupId>
-            <artifactId>surefire-shadefire</artifactId>
-            <!-- ${shadedVersion}, but resolved due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
-            <version>3.5.2</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>

Reply via email to