Skip to content

Commit

Permalink
Revert "HADOOP-19071. Update maven-surefire-plugin from 3.0.0 to 3.2.…
Browse files Browse the repository at this point in the history
…5. (#6664)" (#6875)

This reverts commit 88ad7db.
Signed-off-by: Shilun Fan <[email protected]>
  • Loading branch information
slfan1989 authored Jun 8, 2024
1 parent 01d257d commit 10df59e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@

<!-- Plugin versions and config -->
<maven-surefire-plugin.argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>

Expand Down Expand Up @@ -2450,7 +2450,6 @@
<DYLD_LIBRARY_PATH>${env.DYLD_LIBRARY_PATH}:${project.build.directory}/native/target/usr/local/lib:${hadoop.common.build.dir}/native/target/usr/local/lib</DYLD_LIBRARY_PATH>
<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
</environmentVariables>
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<trimStackTrace>false</trimStackTrace>
<systemPropertyVariables>

Expand Down

0 comments on commit 10df59e

Please sign in to comment.