This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 86e36f1bb8f HBASE-29575 Do not limit surefire to Junit 4 (#7284)
86e36f1bb8f is described below
commit 86e36f1bb8ffac23ceb8300b3ab421d894006aa5
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Sep 9 10:43:44 2025 +0200
HBASE-29575 Do not limit surefire to Junit 4 (#7284)
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 292c9f80f41454640e84146be81558d7f0b0836c)
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5e1c4b70cab..8d37aab4b2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -925,7 +925,6 @@
<jacocoArgLine/>
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
<shell-executable>bash</shell-executable>
- <surefire.provider>surefire-junit47</surefire.provider>
<!-- default: run small & medium, medium with 2 threads -->
<surefire.skipFirstPart>false</surefire.skipFirstPart>
<surefire.skipSecondPart>false</surefire.skipSecondPart>
@@ -1906,16 +1905,6 @@
</property>
</properties>
</configuration>
- <dependencies>
- <!-- by default surefire selects dynamically the connector to the
unit tests
- tool. We want to use always the same as the different connectors
can have different
- bugs and behaviour. -->
- <dependency>
- <groupId>org.apache.maven.surefire</groupId>
- <artifactId>${surefire.provider}</artifactId>
- <version>${surefire.version}</version>
- </dependency>
- </dependencies>
<executions>
<execution>
<id>secondPartTestsExecution</id>
@@ -4416,7 +4405,6 @@
</property>
</activation>
<properties>
- <surefire.provider>surefire-junit4</surefire.provider>
<surefire.skipFirstPart>false</surefire.skipFirstPart>
<surefire.skipSecondPart>true</surefire.skipSecondPart>
<surefire.firstPartGroups/>