From b5c4be5493ecb04105c2b159009ce49a211d8139 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Tue, 10 Apr 2018 13:36:51 +0100 Subject: Fix jdk tools system dependency in champ-lib Update jdk tools systempath definition to use java.home property. Issue-ID: AAI-1017 Change-Id: Iec7ad7bb42908b9844df875f74c4d9a65244afe9 Signed-off-by: Michael Arrastia --- champ-lib/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 37f8db4..4f82dff 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -106,7 +106,7 @@ limitations under the License. jdk.tools 1.8 system - ${JAVA_HOME}/lib/tools.jar + ${java.home}/../lib/tools.jar org.jacoco -- cgit 1.2.3-korg