From e792c320594a7fa641d628c303ef7319184ef347 Mon Sep 17 00:00:00 2001 From: ccharlesw <38257168+ccharlesw@users.noreply.github.com> Date: Thu, 29 Oct 2020 13:41:15 +0000 Subject: [PATCH] Update pom.xml Added dependency to allocate for unresolved dependencies at specified path /usr/lib/jvm/java-11-openjdk-amd64/../lib/tools.jar --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index f2b7c1429..83396495f 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,14 @@ 1.9.2 jar + + + com.sun + tools + 1.6.0 + system + ${env.JAVA_HOME}/lib/tools.jar +