警告:The POM for com.alibaba:druid:jar:1.1.21 is invalid, transitive dependencies (if any) will..
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
项目地址:https://gitcode.com/gh_mirrors/de/Dependencies
免费下载资源
·
在我对集成druid的springboot项目进行打包部署的时候,报了一个警告:
The POM for com.alibaba:druid:jar:1.1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
错误如下图所示:
此时,我检查了一下我java的JDK版本为1.8,环境没问题!
此时我考虑可能是用的druid版本太高了,于是尝试降了一下级!
将driud的依赖从1.2.21降到1.2.20及以下!
<!-- https://mvnrepository.com/artifact/com.alibaba/druid -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.20</version>
</dependency>
改了依赖后,果然不报警告了!!!
后记
希望博主的办法可以帮助到同样遇到这个问题的大家!
GitHub 加速计划 / de / Dependencies
8.61 K
704
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:2 个月前 )
1997a400 - 2 年前
2f423539 - 2 年前
更多推荐
已为社区贡献3条内容
所有评论(0)