File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 407
407
<!-- Mockito -->
408
408
<dependency >
409
409
<groupId >org.mockito</groupId >
410
- <artifactId >mockito-inline </artifactId >
410
+ <artifactId >mockito-core </artifactId >
411
411
<version >${mockito.version} </version >
412
412
<scope >test</scope >
413
413
</dependency >
414
414
<dependency >
415
415
<groupId >org.mockito</groupId >
416
416
<artifactId >mockito-junit-jupiter</artifactId >
417
417
<version >${mockito.version} </version >
418
+ <scope >test</scope >
419
+ </dependency >
420
+ <dependency >
421
+ <groupId >org.mockito</groupId >
422
+ <artifactId >mockito-inline</artifactId >
423
+ <version >${mockito.version} </version >
424
+ <scope >test</scope >
418
425
</dependency >
419
426
420
427
<dependency >
512
519
<artifactId >assertj-core</artifactId >
513
520
<scope >test</scope >
514
521
</dependency >
522
+ <dependency >
523
+ <groupId >org.mockito</groupId >
524
+ <artifactId >mockito-core</artifactId >
525
+ <scope >test</scope >
526
+ </dependency >
515
527
<dependency >
516
528
<groupId >org.mockito</groupId >
517
529
<artifactId >mockito-junit-jupiter</artifactId >
You can’t perform that action at this time.
0 commit comments