Skip to content

Commit

Permalink
- update surefire and exclude junit3
Browse files Browse the repository at this point in the history
  • Loading branch information
whtoo committed Nov 30, 2023
1 parent 2eb99a9 commit c93093d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,14 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version> <!-- 更新为最新版本 -->
<configuration>
<excludedGroups>org.junit.vintage</excludedGroups>
</configuration>
</plugin>
<!-- 资源插件 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit c93093d

Please sign in to comment.