问题描述
https://spring.io/blog/2019/09/16/goodbye-http-repo-spring-use-https https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020
我正在尝试在我的测试系统上本地构建/运行 Spring 3.X 和 4.X 源测试并收到以下错误,因为存在我们无法再访问的依赖项:-
[junit] Could not resolve all dependencies for configuration ':spring-orm:compile'.
[junit] > Could not resolve org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.0.1.
[junit] Required by:
[junit] org.springframework:spring-orm:3.2.15.BUILD-SNAPSHOT > org.apache.openjpa:openjpa:1.1.0
[junit] > Could not parse POM https://repo.spring.io/libs-release/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0.1/geronimo-jms_1.1_spec-1.0.1.pom
[junit] > Could not find any version that matches org.apache.geronimo.specs:specs:1.1.
我可以使用哪些替代存储库来构建源代码?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)