File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 292
292
<dependency >
293
293
<groupId >org.junit.jupiter</groupId >
294
294
<artifactId >junit-jupiter</artifactId >
295
- <scope >test</scope >
296
295
<version >${junit-jupiter.version} </version >
296
+ <scope >test</scope >
297
297
</dependency >
298
298
<dependency >
299
299
<groupId >org.junit.jupiter</groupId >
300
300
<artifactId >junit-jupiter-api</artifactId >
301
- <scope >test</scope >
302
301
<version >${junit-jupiter.version} </version >
302
+ <scope >test</scope >
303
303
</dependency >
304
304
<dependency >
305
305
<groupId >org.junit.platform</groupId >
306
306
<artifactId >junit-platform-commons</artifactId >
307
- <scope >test</scope >
308
307
<version >${junit-platform.version} </version >
308
+ <scope >test</scope >
309
309
</dependency >
310
310
<dependency >
311
311
<groupId >org.junit.platform</groupId >
312
312
<artifactId >junit-platform-engine</artifactId >
313
- <scope >test</scope >
314
313
<version >${junit-platform.version} </version >
315
- </dependency >
316
- <dependency >
317
- <groupId >org.junit.jupiter</groupId >
318
- <artifactId >junit-jupiter-engine</artifactId >
319
314
<scope >test</scope >
320
- <version >${junit-jupiter.version} </version >
321
315
</dependency >
322
316
<dependency >
323
317
<groupId >org.junit.vintage</groupId >
324
318
<artifactId >junit-vintage-engine</artifactId >
325
- <scope >test</scope >
326
319
<version >${junit-jupiter.version} </version >
320
+ <scope >test</scope >
327
321
</dependency >
328
-
329
-
330
322
<dependency >
331
323
<groupId >org.hamcrest</groupId >
332
324
<artifactId >hamcrest</artifactId >
You can’t perform that action at this time.
0 commit comments