警告: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>
改了依赖后,果然不报警告了!!!
后记
希望博主的办法可以帮助到同样遇到这个问题的大家!
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:3 个月前 )
1997a400 - 4 年前
2f423539 - 4 年前
AtomGit 是由开放原子开源基金会联合 CSDN 等生态伙伴共同推出的新一代开源与人工智能协作平台。平台坚持“开放、中立、公益”的理念,把代码托管、模型共享、数据集托管、智能体开发体验和算力服务整合在一起,为开发者提供从开发、训练到部署的一站式体验。
更多推荐


所有评论(0)