Skip to content

Commit 292c9f8

Browse files
authored
HBASE-29575 Do not limit surefire to Junit 4 (#7284)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 23ee238 commit 292c9f8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,6 @@
981981
<jacocoArgLine/>
982982
<sonar-maven-plugin.version>3.9.1.2184</sonar-maven-plugin.version>
983983
<shell-executable>bash</shell-executable>
984-
<surefire.provider>surefire-junit47</surefire.provider>
985984
<!-- default: run small & medium, medium with 2 threads -->
986985
<surefire.skipFirstPart>false</surefire.skipFirstPart>
987986
<surefire.skipSecondPart>false</surefire.skipSecondPart>
@@ -1963,16 +1962,6 @@
19631962
</property>
19641963
</properties>
19651964
</configuration>
1966-
<dependencies>
1967-
<!-- by default surefire selects dynamically the connector to the unit tests
1968-
tool. We want to use always the same as the different connectors can have different
1969-
bugs and behaviour. -->
1970-
<dependency>
1971-
<groupId>org.apache.maven.surefire</groupId>
1972-
<artifactId>${surefire.provider}</artifactId>
1973-
<version>${surefire.version}</version>
1974-
</dependency>
1975-
</dependencies>
19761965
<executions>
19771966
<execution>
19781967
<id>secondPartTestsExecution</id>
@@ -4733,7 +4722,6 @@
47334722
</property>
47344723
</activation>
47354724
<properties>
4736-
<surefire.provider>surefire-junit4</surefire.provider>
47374725
<surefire.skipFirstPart>false</surefire.skipFirstPart>
47384726
<surefire.skipSecondPart>true</surefire.skipSecondPart>
47394727
<surefire.firstPartGroups/>

0 commit comments

Comments
 (0)