欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

maven中出现 ‘dependencies.dependency.version‘ for xxxx:jar is missing

发布时间:2023/12/31 编程问答 31 豆豆
生活随笔 收集整理的这篇文章主要介绍了 maven中出现 ‘dependencies.dependency.version‘ for xxxx:jar is missing 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

mvn clean后,出现下面的log


[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for org.slf4j:slf4j-nop:jar is missing. @ com.henry.flink:DataClean:[unknown-version], /home/appleyuchi/桌面/Flink_Code/flink清洗数据案例/FlinkProj/DataClean/pom.xml, line 57, column 21
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project com.henry.flink:DataClean:1.0-SNAPSHOT (/home/appleyuchi/桌面/Flink_Code/flink清洗数据案例/FlinkProj/DataClean/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.slf4j:slf4j-nop:jar is missing. @ com.henry.flink:DataClean:[unknown-version], /home/appleyuchi/桌面/Flink_Code/flink清洗数据案例/FlinkProj/DataClean/pom.xml, line 57, column 21
[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/ProjectBuildingException

Process finished with exit code 1

 

原因:

这个原因是因为父pom中定义了子pom中的版本,

当删除 父pom中的内容时,就会导致子pom所在的工程执行mvn出现上述版本消失的报错。

总结

以上是生活随笔为你收集整理的maven中出现 ‘dependencies.dependency.version‘ for xxxx:jar is missing的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。