Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>2.2.0</version>
<version>3.6.3</version>
</requireMavenVersion>
</rules>
</configuration>
Expand All @@ -70,7 +70,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.5.5</version>
Copy link
Copy Markdown
Collaborator Author

@Sczlog Sczlog May 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testng 版本和对应版本的 surefire 不兼容,以前都是 ide 插件跑的,这次用 mvn 跑发现了问题,就升级了一下,另外匹配升级了 mvn 的最小版本,这些都是开发时的依赖,不影响构建产物

<configuration>
<systemProperties>
<property>
Expand Down
Loading