Describe the bug
I am trying to build the code for hive drivers but it is failing to download artifact jdk.tools:jdk.tools:jar:1.6 as it is removed from version 9 and am building this on OpenJDK 11.
[ERROR] Failed to execute goal on project drivers.apache_hive2: Could not resolve dependencies for project io.cloudbeaver:drivers.apache_hive2:jar:1.0.0: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/java-11-openjdk-amd64/../lib/tools.jar -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :drivers.apache_hive2
Desktop (please complete the following information):
OS: [e.g. iOS] Ubuntu 20
Browser [e.g. chrome, safari]
Version [e.g. 22]
Apache Maven 3.6.3
openjdk version "11.0.10"
Additional context
Add any other context about the problem here, e.g. error log.
Describe the bug I am trying to build the code for hive drivers but it is failing to download artifact jdk.tools:jdk.tools:jar:1.6 as it is removed from version 9 and am building this on OpenJDK 11.
Below is the pom.xml I am using for hive drivers:
Cloudbeaver apache_hive2/pom.xml
Cloudbeaver server/bundles/io.cloudbeaver.resources.drivers.base/plugin.xml
While build getting below error:
Desktop (please complete the following information):
Additional context Add any other context about the problem here, e.g. error log.