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 ba82d7c commit bc97d26Copy full SHA for bc97d26
pom.xml
@@ -187,6 +187,14 @@
187
</supportedPackagings>
188
</configuration>
189
</plugin>
190
+ <plugin>
191
+ <groupId>org.apache.maven.plugins</groupId>
192
+ <artifactId>maven-surefire-plugin</artifactId>
193
+ <version>2.22.1</version>
194
+ <configuration>
195
+ <useSystemClassLoader>false</useSystemClassLoader>
196
+ </configuration>
197
+ </plugin>
198
</plugins>
199
</build>
200
0 commit comments