Testing TestNG版本号在pom.xml和执行日志中不同

Testing TestNG版本号在pom.xml和执行日志中不同,testing,intellij-idea,testng,Testing,Intellij Idea,Testng,我在pom.xml文件中添加了TestNG依赖项 <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.14.3</version> <scope>compile</scope> </dependency> org.testn

我在
pom.xml
文件中添加了
TestNG
依赖项

<dependency>
    <groupId>org.testng</groupId>
    <artifactId>testng</artifactId>
    <version>6.14.3</version>
    <scope>compile</scope>
</dependency>

org.testng

尝试用2018年5月17日构建的
IntelliJ IDEA 2018.1.4(终极版)构建#IU-181.5087.20和TestNG插件版本
TestNG-J版本:8.0
重现问题。无法重现此问题。我的环境:
IntelliJ IDEA 2018.1.1(社区版)构建#IC-181.4445.78,构建于2018年4月9日JRE:1.8.0_152-release-1136-b27 amd64 JVM:OpenJDK 64位服务器虚拟机by JetBrains s.r.o Windows 8.1 6.3
您是否尝试过运行“文件无效缓存”和“刷新”来自Maven工具窗口?@y.bedrov:是的,但是我在这个项目中没有使用旧版本的TestNG。