File tree Expand file tree Collapse file tree 3 files changed +10
-28
lines changed Expand file tree Collapse file tree 3 files changed +10
-28
lines changed Original file line number Diff line number Diff line change 42
42
<scope >test</scope >
43
43
</dependency >
44
44
<dependency >
45
- <groupId >junit </groupId >
46
- <artifactId >junit </artifactId >
45
+ <groupId >org.mockito </groupId >
46
+ <artifactId >mockito-core </artifactId >
47
47
<scope >test</scope >
48
- <exclusions >
49
- <exclusion >
50
- <groupId >org.hamcrest</groupId >
51
- <artifactId >hamcrest-core</artifactId >
52
- </exclusion >
53
- </exclusions >
54
48
</dependency >
55
49
<dependency >
56
- <groupId >org.mockito </groupId >
57
- <artifactId >mockito-all </artifactId >
50
+ <groupId >junit </groupId >
51
+ <artifactId >junit </artifactId >
58
52
<scope >test</scope >
59
53
</dependency >
60
54
<dependency >
Original file line number Diff line number Diff line change 58
58
<groupId >junit</groupId >
59
59
<artifactId >junit</artifactId >
60
60
<scope >test</scope >
61
- <exclusions >
62
- <exclusion >
63
- <groupId >org.hamcrest</groupId >
64
- <artifactId >hamcrest-core</artifactId >
65
- </exclusion >
66
- </exclusions >
67
61
</dependency >
68
62
<dependency >
69
63
<groupId >org.rauschig</groupId >
Original file line number Diff line number Diff line change 60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
63
- <groupId >junit </groupId >
64
- <artifactId >junit </artifactId >
65
- <version >4.12 </version >
63
+ <groupId >org.mockito </groupId >
64
+ <artifactId >mockito-core </artifactId >
65
+ <version >1.10.19 </version >
66
66
<scope >test</scope >
67
- <exclusions >
68
- <exclusion >
69
- <groupId >org.hamcrest</groupId >
70
- <artifactId >hamcrest-core</artifactId >
71
- </exclusion >
72
- </exclusions >
73
67
</dependency >
74
68
<dependency >
75
- <groupId >org.mockito </groupId >
76
- <artifactId >mockito-all </artifactId >
77
- <version >1.10.19 </version >
69
+ <groupId >junit </groupId >
70
+ <artifactId >junit </artifactId >
71
+ <version >4.12 </version >
78
72
<scope >test</scope >
79
73
</dependency >
80
74
</dependencies >
You can’t perform that action at this time.
0 commit comments