Skip to content

Commit 9e7e8f9

Browse files
Adjusted Surefire plugin configuration
to work around this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911742
1 parent 685be74 commit 9e7e8f9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-surefire-plugin</artifactId>
123+
<configuration>
124+
<useSystemClassLoader>false</useSystemClassLoader>
125+
</configuration>
123126
<version>2.20.1</version>
124127
</plugin>
125128
<!--Maven Compiler Plugin -->

0 commit comments

Comments
 (0)