【发布时间】:2020-12-11 15:56:11
【问题描述】:
我必须做一个大学项目,为此我必须从 github 克隆 Bookkeeper 以创建一些测试用例。我的问题是,当我使用 maven 导入项目时,它会显示错误:
Could not find artifact org.apache.distributedlog:distributedlog-core:pom:4.11.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots)
我在互联网上搜索了解决方案,但没有解决我的问题,我也在另一个系统上尝试过,问题仍然存在。我该如何解决这个问题?谢谢!
PS 我正在使用 IntelliJ
【问题讨论】:
-
你试过控制台中的“mvn clean install”吗?
-
是的,但没有解决,我也在我的一个朋友的系统上尝试过,似乎可以工作
标签: java maven testing dependencies