我如何解决依赖关系我为我的工作克隆了一个 Maven 项目,但我面临依赖问题

问题描述 投票:0回答:0

面对以下问题,不确定实际上缺少什么 请帮我解决这个问题 尝试运行我的 Maven 项目但面临依赖问题 需要运行没有任何问题

WARNING[m] The POM for test:generateBearerToken:jar:0.1.0 is missing, no dependency information available
[[1;33mWARNING[m] The POM for com.nm.esb:generate-token:jar:0.1.0 is missing, no dependency information available
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1;31mBUILD FAILURE[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] Total time:  2.733 s
[[1;34mINFO[m] Finished at: 2023-03-04T12:30:02+05:30
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
 Failed to execute goal on project [36mNMG_MAWM[m: [1;31mCould not resolve dependencies for project NMG_MAWM:NMG_MAWM:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: test:generateBearerToken:jar:0.1.0, com.nm.esb:generate-token:jar:0.1.0: test:generateBearerToken:jar:0.1.0 was not found in file://C:\Users\vs004759\git\mawm/lib/generateBearerToken.jar during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of lib has elapsed or updates are forced[m -> [1m[Help 1][m
To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
 Re-run Maven using the [1m-X[m switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
maven cucumber-java
© www.soinside.com 2019 - 2024. All rights reserved.