Skip to content

Commit cc73e01

Browse files
adoroszlaixichen01
authored andcommitted
HDDS-10552. Downgrade Surefire to 3.0.0-M4 (apache#6406)
(cherry picked from commit ca8f1f7)
1 parent 9a2bde1 commit cc73e01

3 files changed

Lines changed: 1 addition & 11 deletions

File tree

hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
4343
<artifactId>junit-jupiter-migrationsupport</artifactId>
4444
<scope>test</scope>
4545
</dependency>
46-
<dependency>
47-
<groupId>org.junit.jupiter</groupId>
48-
<artifactId>junit-jupiter-engine</artifactId>
49-
<scope>test</scope>
50-
</dependency>
5146
<dependency>
5247
<groupId>org.junit.vintage</groupId>
5348
<artifactId>junit-vintage-engine</artifactId>

hadoop-ozone/integration-test/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
139139
<artifactId>junit-jupiter-migrationsupport</artifactId>
140140
<scope>test</scope>
141141
</dependency>
142-
<dependency>
143-
<groupId>org.junit.jupiter</groupId>
144-
<artifactId>junit-jupiter-engine</artifactId>
145-
<scope>test</scope>
146-
</dependency>
147142
<dependency>
148143
<groupId>org.junit.vintage</groupId>
149144
<artifactId>junit-vintage-engine</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
257257
<!-- Plugin versions and config -->
258258
<maven-surefire-plugin.argLine>-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
259259
<unstable-test-groups>flaky | org.apache.ozone.test.FlakyTest | slow | org.apache.ozone.test.SlowTest | unhealthy | org.apache.ozone.test.UnhealthyTest</unstable-test-groups>
260-
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
260+
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
261261
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
262262
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
263263

0 commit comments

Comments
 (0)