This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new bdb7d592c35 HBASE-29575 Do not limit surefire to Junit 4 (#7286)
bdb7d592c35 is described below
commit bdb7d592c35283785ec92e270624652ac1a08192
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Sep 9 10:44:53 2025 +0200
HBASE-29575 Do not limit surefire to Junit 4 (#7286)
Signed-off-by: Duo Zhang <[email protected]>
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 545d91fd922..60b6183c048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -694,7 +694,6 @@
<zookeeper.test.jar>hbase-zookeeper-${project.version}-tests.jar</zookeeper.test.jar>
<asyncfs.test.jar>hbase-asyncfs-${project.version}-tests.jar</asyncfs.test.jar>
<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>
@@ -1707,16 +1706,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>
@@ -4960,7 +4949,6 @@
</property>
</activation>
<properties>
- <surefire.provider>surefire-junit4</surefire.provider>
<surefire.skipFirstPart>false</surefire.skipFirstPart>
<surefire.skipSecondPart>true</surefire.skipSecondPart>
<surefire.firstPartGroups/>