From db2dabd55a40da1674db2d5d33dc6bfb7dcd37a8 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 30 Oct 2018 11:04:53 +0100 Subject: [PATCH] workaround for failing mvn testing call (https://stackoverflow.com/questions/50661648/spring-boot-fails-to-run-maven-surefire-plugin-classnotfoundexception-org-apache) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9a1d21c1b..47b17a96e7 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,7 @@ <configuration> <aggregate>true</aggregate> <redirectTestOutputToFile>true</redirectTestOutputToFile> + <useSystemClassLoader>false</useSystemClassLoader> </configuration> </plugin> <plugin> @@ -171,4 +172,4 @@ </plugins> </reporting> -</project> \ No newline at end of file +</project> -- GitLab