We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e2977 commit ff2612fCopy full SHA for ff2612f
1 file changed
pom.xml
@@ -171,6 +171,7 @@
171
<groupId>org.apache.maven.plugins</groupId>
172
<artifactId>maven-surefire-plugin</artifactId>
173
<version>2.19.1</version>
174
+ <!-- workaround line to make test work on java10 https://maven.apache.org/surefire/maven-surefire-plugin/examples/class-loading.html -->
175
<configuration>
176
<useSystemClassLoader>false</useSystemClassLoader>
177
</configuration>
0 commit comments