Fix jdk tools system dependency in champ-lib 19/41919/1
authorMichael Arrastia <MArrasti@amdocs.com>
Tue, 10 Apr 2018 12:36:51 +0000 (13:36 +0100)
committerMichael Arrastia <MArrasti@amdocs.com>
Tue, 10 Apr 2018 12:36:51 +0000 (13:36 +0100)
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>
champ-lib/pom.xml

index 37f8db4..4f82dff 100644 (file)
@@ -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>