diff --git a/pom.xml b/pom.xml index 3fccdf4666a0ae19fcdca249d2d7719ed98b493e..61a04ee02e47ffa5e80e561a58e6b1790f54e5cd 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,15 @@ </plugin> </plugins> </pluginManagement> - </build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <useSystemClassLoader>false</useSystemClassLoader> + </configuration> + </plugin> + </plugins> + </build> </project>