diff options
author | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-11-12 16:20:10 +0100 |
---|---|---|
committer | Paul Vaduva <Paul.Vaduva@enea.com> | 2018-11-12 17:45:20 +0100 |
commit | 10a5f721488f5d450a95ece83ab168dee7e5d0a3 (patch) | |
tree | 9c81a16aca9409dfab2c0b3d0c8c858f756695d4 /auth | |
parent | fa61e479d8b5180c46a2bff5eaa1159c610bff60 (diff) |
Enable aaf/authz docker build to use java-1.8
Adding a new parameter for maven-surefire-plugin
Change-Id: I56d80acfea666458a8f640bda8a78cd518cb306e
Issue-ID: AAF-625
Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 4cd81ab5..7fd126ef 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -124,7 +124,7 @@ </includes> <excludes> </excludes> - + <useSystemClassLoader>false</useSystemClassLoader> </configuration> </plugin> |