Maven 依赖jar包报错

Posted database-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven 依赖jar包报错相关的知识,希望对你有一定的参考价值。

错误信息

[ERROR] Some problems were encountered while processing the POMs:
\'dependencies.dependency.version\' for org.springframework.cloud:spring-cloud-starter-feign:jar is missing. @ line 35, column 21

这里 说上面的jar 包没有找到,但是我的maven中已经依赖了这个jar包。

点开Maven 看一下

 

这里是你所依赖的这里jar包 版本没有指定

解决方案就是找到此依赖 指定版本 就行了

以上是关于Maven 依赖jar包报错的主要内容,如果未能解决你的问题,请参考以下文章

eclipse maven 包报错怎么解决

Spring boot: 运行maven打包的jar包报错-jar中没有主清单属性

建maven项目选择jar包报错,有谁遇到过

Spring boot 打包为war包报错:提示缺少web.xml

SpringBoot项目pom.xml导入Oracle的jar包报错,maven解决方案.

eclipse+maven+spring