From: Paul Vaduva Date: Tue, 11 Dec 2018 12:52:36 +0000 (+0100) Subject: Enable vid docker build jobs to use java-1.8 X-Git-Tag: 4.0.0~105^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=304efbf8672db43eef4f2e9e5d74a148890c73c0;p=vid.git Enable vid docker build jobs to use java-1.8 Overcome security features in java-1.8 that prevent the forked java VM’s to use relative paths for loading the classes. This fix was the simplest for arm64 docker build jobs, and the least affecting the x86 build’s. Change-Id: I3d9394ec698ca5ab5674e60ca5fcd9802f2ab04d Issue-ID: VID-366 Signed-off-by: Paul Vaduva --- diff --git a/pom.xml b/pom.xml index 93f4f77b7..de4b76607 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,9 @@ org.apache.maven.plugins maven-surefire-plugin 2.17 + + false +