Merge "Enable vid docker build jobs to use java-1.8"
diff --git a/pom.xml b/pom.xml
index 93f4f77..de4b766 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,9 @@
 				<groupId>org.apache.maven.plugins</groupId>

 				<artifactId>maven-surefire-plugin</artifactId>

 				<version>2.17</version>

+				<configuration>

+				    <useSystemClassLoader>false</useSystemClassLoader>

+				</configuration>

 			</plugin>

 

 			<plugin>