Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 6e1d69e

Browse files
foxisherikerlandson
authored andcommitted
Removed deprecated option from pom (#433)
This fixes local integration testing
1 parent 3b3aeb7 commit 6e1d69e

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
@@ -2127,7 +2127,7 @@
21272127
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
21282128
<junitxml>.</junitxml>
21292129
<filereports>SparkTestSuite.txt</filereports>
2130-
<argLine>-ea -Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=${CodeCacheSize} ${extraScalaTestArgs}</argLine>
2130+
<argLine>-ea -Xmx3g -XX:ReservedCodeCacheSize=${CodeCacheSize} ${extraScalaTestArgs}</argLine>
21312131
<stderr/>
21322132
<environmentVariables>
21332133
<!--

0 commit comments

Comments
 (0)