Hi community,
During the build of [inlong-audit] component, I found the following warning
logs:
[WARNING] Invalid POM for com.alibaba:druid:jar:1.2.6, transitive dependencies
(if any) will not be available, enable debug logging for more details: Some
problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.systemPath' for com.sun:tools:jar must specify
an absolute path but is ${project.basedir}/lib/openjdk-1.8-tools.jar @ line
708, column 16
[ERROR] 'dependencies.dependency.systemPath' for com.sun:jconsole:jar must
specify an absolute path but is ${project.basedir}/lib/openjdk-1.8-jconsole.jar
@ line 716, column 16
Druid version 1.2.6, compiled with openjdk, If I use another JDK
environment,the above error log will appear.
refer to : https://github.com/alibaba/druid/issues/4305
If we want to fix this error log, can I upgrade druid version?