File tree Expand file tree Collapse file tree
fault-injection-test/mini-chaos-tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments