aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-04-10 13:36:51 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-04-10 13:36:51 +0100
commitb5c4be5493ecb04105c2b159009ce49a211d8139 (patch)
treef7d1596b83de7e4e00f761b7407ff239e13ebfd7
parent282a3420f6a8e2174034fcfa98b5a3ece28023a7 (diff)
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 <MArrasti@amdocs.com>
-rw-r--r--champ-lib/pom.xml2
1 files changed, 1 insertions, 1 deletions
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.
<artifactId>jdk.tools</artifactId>
<version>1.8</version>
<scope>system</scope>
- <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
<dependency>
<groupId>org.jacoco</groupId>