Skip to content

Commit

Permalink
Fix surefire plugin error (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
meek0 authored and ymarcon committed Nov 1, 2018
1 parent d6213b9 commit ba94888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit ba94888

Please sign in to comment.