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 d68b63a commit cdd753fCopy full SHA for cdd753f
pom.xml
@@ -201,6 +201,14 @@
201
</webAppConfig>
202
</configuration>
203
</plugin>
204
+ <plugin>
205
+ <groupId>org.apache.maven.plugins</groupId>
206
+ <artifactId>maven-surefire-plugin</artifactId>
207
+ <version>2.22.1</version>
208
+ <configuration>
209
+ <useSystemClassLoader>false</useSystemClassLoader>
210
+ </configuration>
211
+ </plugin>
212
</plugins>
213
</build>
214
0 commit comments