Skip to content

Commit 06b51cd

Browse files
refs #121: Another attempt to fix it
1 parent 5523a81 commit 06b51cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<lombok.version>1.16.18</lombok.version>
7777
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss</maven.build.timestamp.format>
7878
<maven.failsafe.version>2.22.1</maven.failsafe.version>
79-
<maven.surefire.version>2.22.1</maven.surefire.version>
79+
<maven.surefire.version>3.0.0-M1</maven.surefire.version>
8080
<mockito.version>2.13.0</mockito.version>
8181
<pitest.version>1.4.5</pitest.version>
8282
<slf4j.version>1.7.25</slf4j.version>
@@ -236,8 +236,6 @@
236236
</excludes>
237237
<!-- https://issues.apache.org/jira/browse/SUREFIRE-1588#comment-16670105 -->
238238
<useSystemClassLoader>false</useSystemClassLoader>
239-
<!-- https://stackoverflow.com/a/33757854 -->
240-
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
241239
</configuration>
242240
</plugin>
243241
<plugin>

0 commit comments

Comments
 (0)