Skip to content

Commit a15bdac

Browse files
Workaround SUREFIRE-1588 bug that crashes the build with using jdk8_u181
ref: https://issues.apache.org/jira/browse/SUREFIRE-1588
1 parent c91a035 commit a15bdac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@
166166
<exclude>**/*IT.java</exclude>
167167
</excludes>
168168
<workingDirectory>${project.build.directory}</workingDirectory>
169+
<!-- work around https://issues.apache.org/jira/browse/SUREFIRE-1588 -->
170+
<useSystemClassLoader>false</useSystemClassLoader>
169171
</configuration>
170172
</plugin>
171173
<plugin>

0 commit comments

Comments
 (0)