在pom.xml的这一行中找到多个注释

时间:2019-06-02 03:18:34

标签: maven

在pom.xml中添加以下依赖项后,在pom.xml的这一行中找到了多个注释

  <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-test</artifactId>
    <scope>test</scope>
  </dependency>

我想为我的Spring Boot应用程序编写一些测试用例。我刚刚尝试将“ spring-boot-starter-test”工件id添加到pom.xml

1 个答案:

答案 0 :(得分:0)

相关的jar文件未正确更新到导致此问题的项目中,只需检查以下选项即可解决。 右键单击项目-> Maven->更新项目->强制更新快照/发布->确定

enter image description here