Fix jdk tools system dependency in champ-lib
[aai/champ.git] / 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>