Skip to content

Commit c756bd1

Browse files
committed
[#8915] Fix IT test
1 parent e9c5f6f commit c756bd1

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

pom.xml

+3-14
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<!-- maven-plugin -->
199199
<plugin.compiler.version>3.8.1</plugin.compiler.version>
200200
<plugin.resources.version>3.2.0</plugin.resources.version>
201-
<plugin.surefire.version>2.22.2</plugin.surefire.version>
201+
<plugin.surefire.version>3.0.0-M7</plugin.surefire.version>
202202
<plugin.failsafe.version>2.22.2</plugin.failsafe.version>
203203
<plugin.shade.version>3.1.1</plugin.shade.version>
204204
<plugin.assembly.version>3.3.0</plugin.assembly.version>
@@ -231,12 +231,7 @@
231231
</dependency>
232232
<dependency>
233233
<groupId>org.junit.jupiter</groupId>
234-
<artifactId>junit-jupiter-engine</artifactId>
235-
<scope>test</scope>
236-
</dependency>
237-
<dependency>
238-
<groupId>org.junit.vintage</groupId>
239-
<artifactId>junit-vintage-engine</artifactId>
234+
<artifactId>junit-jupiter-api</artifactId>
240235
<scope>test</scope>
241236
</dependency>
242237
<dependency>
@@ -1012,13 +1007,7 @@
10121007
</dependency>
10131008
<dependency>
10141009
<groupId>org.junit.jupiter</groupId>
1015-
<artifactId>junit-jupiter-engine</artifactId>
1016-
<version>5.7.2</version>
1017-
<scope>test</scope>
1018-
</dependency>
1019-
<dependency>
1020-
<groupId>org.junit.vintage</groupId>
1021-
<artifactId>junit-vintage-engine</artifactId>
1010+
<artifactId>junit-jupiter-api</artifactId>
10221011
<version>5.7.2</version>
10231012
<scope>test</scope>
10241013
</dependency>

0 commit comments

Comments
 (0)