remove junit-jupiter-api version to prevent inconsistent version (#16210)

This commit is contained in:
Sensor 2024-03-28 08:48:14 +08:00 committed by GitHub
parent a65b2d4f41
commit f99501179d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
<dependency>