Commit 11ba110 1 parent 2252d65 commit 11ba110 Copy full SHA for 11ba110
File tree 2 files changed +27
-12
lines changed
2 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 579
579
<dependency >
580
580
<groupId >junit</groupId >
581
581
<artifactId >junit</artifactId >
582
- <version >4.8.1 </version >
582
+ <version >4.10 </version >
583
583
</dependency >
584
584
<dependency >
585
585
<groupId >org.mockito</groupId >
586
- <artifactId >mockito-all </artifactId >
587
- <version >1.8 .5</version >
586
+ <artifactId >mockito-core </artifactId >
587
+ <version >1.9 .5</version >
588
588
</dependency >
589
589
<dependency >
590
590
<groupId >org.powermock</groupId >
591
591
<artifactId >powermock-module-junit4</artifactId >
592
- <version >1.4.10 </version >
592
+ <version >1.5 </version >
593
593
</dependency >
594
594
<dependency >
595
595
<groupId >org.powermock</groupId >
596
596
<artifactId >powermock-api-mockito</artifactId >
597
- <version >1.4.10</version >
597
+ <version >1.5</version >
598
+ <exclusions >
599
+ <exclusion >
600
+ <artifactId >mockito-all</artifactId >
601
+ <groupId >org.mockito</groupId >
602
+ </exclusion >
603
+ </exclusions >
598
604
</dependency >
599
605
<dependency >
600
606
<groupId >org.hamcrest</groupId >
601
- <artifactId >hamcrest-all</artifactId >
607
+ <artifactId >hamcrest-core</artifactId >
608
+ <version >1.3</version >
609
+ </dependency >
610
+ <dependency >
611
+ <groupId >org.hamcrest</groupId >
612
+ <artifactId >hamcrest-library</artifactId >
602
613
<version >1.3</version >
603
614
</dependency >
604
615
<dependency >
1027
1038
<springVersion >3.0.5.RELEASE</springVersion >
1028
1039
<customArgLineForTesting ></customArgLineForTesting >
1029
1040
</properties >
1030
-
1031
1041
</project >
Original file line number Diff line number Diff line change 35
35
<groupId >xmlunit</groupId >
36
36
<artifactId >xmlunit</artifactId >
37
37
</dependency >
38
+
38
39
<dependency >
39
40
<groupId >org.mockito</groupId >
40
- <artifactId >mockito-all </artifactId >
41
+ <artifactId >mockito-core </artifactId >
41
42
</dependency >
42
43
<dependency >
43
44
<groupId >org.powermock</groupId >
47
48
<groupId >org.powermock</groupId >
48
49
<artifactId >powermock-api-mockito</artifactId >
49
50
</dependency >
50
- <dependency >
51
- <groupId >org.hamcrest</groupId >
52
- <artifactId >hamcrest-all</artifactId >
53
- </dependency >
51
+ <dependency >
52
+ <groupId >org.hamcrest</groupId >
53
+ <artifactId >hamcrest-core</artifactId >
54
+ </dependency >
55
+ <dependency >
56
+ <groupId >org.hamcrest</groupId >
57
+ <artifactId >hamcrest-library</artifactId >
58
+ </dependency >
54
59
</dependencies >
55
60
</project >
You can’t perform that action at this time.
0 commit comments