From 16ab11d396cd35b20907fe1d17d2f4d360cf8784 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Tue, 30 Oct 2018 11:15:07 +0100
Subject: [PATCH] jdk issue

---
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3fccdf4666..61a04ee02e 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>
-- 
GitLab