Skip to content

Commit

Permalink
Update classloader setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schüth committed May 2, 2018
1 parent 6baaeea commit 21ac960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<reuseForks>false</reuseForks>
<forkCount>${surefire.forkcount}</forkCount>
<trimStackTrace>false</trimStackTrace>
<useSystemClassLoader>true</useSystemClassLoader>
<useSystemClassLoader>false</useSystemClassLoader>
<excludes>
<include>**/*AbstractTest.java</include>
<include>**/*Abstract*Test.java</include>
Expand Down

0 comments on commit 21ac960

Please sign in to comment.