diff options
author | Ittay Stern <ittay.stern@att.com> | 2018-12-17 09:05:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-17 09:05:00 +0000 |
commit | 935d23208fae31bfb96d9ff7777c816bdaa87989 (patch) | |
tree | 65b448bd3fe52cfac1713eacd8187af386a636e8 | |
parent | 170d49d3239592e22c2798b0ef5f3775d53aeb4b (diff) | |
parent | 304efbf8672db43eef4f2e9e5d74a148890c73c0 (diff) |
Merge "Enable vid docker build jobs to use java-1.8"
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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>
|