Skip to content

Commit ff2612f

Browse files
committed
add details of maven test run workaround
1 parent 83e2977 commit ff2612f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-surefire-plugin</artifactId>
173173
<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 -->
174175
<configuration>
175176
<useSystemClassLoader>false</useSystemClassLoader>
176177
</configuration>

0 commit comments

Comments
 (0)