This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 292c9f80f41 HBASE-29575 Do not limit surefire to Junit 4 (#7284)
292c9f80f41 is described below
commit 292c9f80f41454640e84146be81558d7f0b0836c
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]>
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 478e73379ad..170dae40db9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -981,7 +981,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>
@@ -1963,16 +1962,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>
@@ -4733,7 +4722,6 @@
</property>
</activation>
<properties>
- <surefire.provider>surefire-junit4</surefire.provider>
<surefire.skipFirstPart>false</surefire.skipFirstPart>
<surefire.skipSecondPart>true</surefire.skipSecondPart>
<surefire.firstPartGroups/>