【发布时间】:2021-07-23 02:34:24
【问题描述】:
我正在尝试使用 Eclipse-2021-03。使用 Eclipse-Neon 在 maven 下构建的东西现在失败了。在 Eclipse-2021-03 中,maven 已经解决了这个依赖:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.0.5.RELEASE</version>
<scope>test</scope>
</dependency>
这可以在下图中看到,但我收到错误“无法解析导入 org.springframework.test”:
只是不知道为什么。帮助将不胜感激。谢谢。
【问题讨论】:
标签: java eclipse maven spring-test