Skip to content

Commit bfe4b15

Browse files
committed
tweak to surefire version and config
1 parent f6ca1de commit bfe4b15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-surefire-plugin</artifactId>
61-
<version>2.17</version>
61+
<version>2.22.1</version>
6262
<configuration>
63-
<argLine>-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
63+
<useSystemClassLoader>false</useSystemClassLoader>
6464
</configuration>
6565
</plugin>
6666
<plugin>

0 commit comments

Comments
 (0)