aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'champ-lib/pom.xml')
-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>