无法导入依赖

Blade 未结 1 37
川
剑童 17小时前

无法导入依赖让我的fegin无法使用,验证密码就一直错误

使用mvn下载blade-auth的命令时会出现

[ERROR] Failed to execute goal on project blade-auth: Could not resolve dependencies for project org.springblade:blade-auth:jar:4.2.0: The following artifacts could not be resolved: org.springblade:blade-common:jar:4.2.0, org.springblade:blade-system:jar:4.2.0, org.springblade:blade-user-api:jar:4.2.0: Could not find artifact org.springblade:blade-common:jar:4.2.0 in aliyun-repos (https://maven.aliyun.com/nexus/content/groups/public/) -> [Help 1]

[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/DependencyResolutionException

的报错,无法下载org.springblade:blade-common:jar:4.2.0org.springblade:blade-system:jar:4.2.0org.springblade:blade-user-api:jar:4.2.0 这些依赖。

1条回答
  • bladex根目录执行mvn clean install,把这些工程内的依赖jar安装下,就可以打包了

    0 讨论(1)
提交回复