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 @   yvioo  阅读(884)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· DeepSeek 开源周回顾「GitHub 热点速览」
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2021-10-11 JAVA实现根据图片生成缩略图、裁剪、压缩图片
2021-10-11 Windows系统CMD(DOS)命令bat脚本编写,含有中文编码处理
2021-10-11 ubantu电脑无法开机修复
点击右上角即可分享
微信分享提示