IDEA单元测试报错:Failed to resolve org.junit.platform:junit-platform-launcher:1.6.3

 

 

引入依赖

<dependency>
    <!-- this is needed or IntelliJ gives junit.jar or junit-platform-launcher:1.3.2 not found errors -->
    <groupId>org.junit.platform</groupId>
    <artifactId>junit-platform-launcher</artifactId>
    <scope>test</scope>
</dependency>

 

posted @ 2022-10-11 14:24  yvioo  阅读(835)  评论(0编辑  收藏  举报