Skip to content

Commit 3f2fe67

Browse files
foxishash211
authored andcommitted
Removed deprecated option from pom
This fixes local integration testing
1 parent e343f94 commit 3f2fe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@
23582358
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
23592359
<junitxml>.</junitxml>
23602360
<filereports>SparkTestSuite.txt</filereports>
2361-
<argLine>-ea -Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=${CodeCacheSize} ${extraScalaTestArgs}</argLine>
2361+
<argLine>-ea -Xmx3g -XX:ReservedCodeCacheSize=${CodeCacheSize} ${extraScalaTestArgs}</argLine>
23622362
<stderr/>
23632363
<environmentVariables>
23642364
<!--

0 commit comments

Comments
 (0)