From: Michael Arrastia Date: Tue, 10 Apr 2018 12:36:51 +0000 (+0100) Subject: Fix jdk tools system dependency in champ-lib X-Git-Tag: v1.2.2~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b5c4be5493ecb04105c2b159009ce49a211d8139;p=aai%2Fchamp.git 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 --- 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