File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 198
198
<!-- maven-plugin -->
199
199
<plugin .compiler.version>3.8.1</plugin .compiler.version>
200
200
<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>
202
202
<plugin .failsafe.version>2.22.2</plugin .failsafe.version>
203
203
<plugin .shade.version>3.1.1</plugin .shade.version>
204
204
<plugin .assembly.version>3.3.0</plugin .assembly.version>
231
231
</dependency >
232
232
<dependency >
233
233
<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 >
240
235
<scope >test</scope >
241
236
</dependency >
242
237
<dependency >
1012
1007
</dependency >
1013
1008
<dependency >
1014
1009
<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 >
1022
1011
<version >5.7.2</version >
1023
1012
<scope >test</scope >
1024
1013
</dependency >
You can’t perform that action at this time.
0 commit comments