From e94ed2c21b57cbc1aa1357b93089fe2ca809e8ca Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 3 May 2019 10:31:56 +0200 Subject: [PATCH] finally found a way to configure the tools.jar dependency in the pom file independent of the JDK that is used to run the IDE, works now with JDK8 and JDK11 --- .../commons/commons-boot-app-cli/pom.xml | 33 +++++++++++++------ 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/headless-services/commons/commons-boot-app-cli/pom.xml b/headless-services/commons/commons-boot-app-cli/pom.xml index c0ca86d1a..f0d995d1d 100644 --- a/headless-services/commons/commons-boot-app-cli/pom.xml +++ b/headless-services/commons/commons-boot-app-cli/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 commons-boot-app-cli @@ -26,17 +27,8 @@ commons-codec commons-codec - ${commons-codec-version} - - com.sun - tools - 1.8.0 - system - - ${java.home}/../lib/tools.jar - commons-util org.springframework.ide.vscode @@ -54,4 +46,25 @@ + + + tools-jar-profile + + + ${java.home}/../lib/tools.jar + + + + + + com.sun + tools + 1.8.0 + system + ${java.home}/../lib/tools.jar + + + + +