Java Eclipse 2021 Maven Spring Junit构建失败

Java Eclipse 2021 Maven Spring Junit构建失败,java,eclipse,maven,spring-test,Java,Eclipse,Maven,Spring Test,我正在尝试使用Eclipse-2021-03。在maven fine和Eclipse Neon下构建的东西现在失败了。在Eclipse-2021-03中,maven解决了此依赖关系: <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>5.0.5.RELEAS

我正在尝试使用Eclipse-2021-03。在maven fine和Eclipse Neon下构建的东西现在失败了。在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


就是不知道为什么。非常感谢您的帮助。谢谢。

答案就在这里;我在错误的地方寻找答案。突出的指示器是maven jar旁边的灰色图标,看起来是: