Commit 95de1d9 1 parent 2398c4d commit 95de1d9 Copy full SHA for 95de1d9
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<!-- Test -->
28
28
<assertj .version>2.2.0</assertj .version>
29
- <mockito .version>1.10.19</mockito .version>
30
- <hamcrest .version>1.3</hamcrest .version>
31
29
32
30
<!-- Dates -->
33
31
<jodatime-hibernate .version>1.3</jodatime-hibernate .version>
222
220
</exclusion >
223
221
</exclusions >
224
222
</dependency >
225
-
223
+
226
224
<!-- Test Artifacts -->
227
225
<dependency >
228
226
<groupId >org.springframework</groupId >
242
240
</dependency >
243
241
<dependency >
244
242
<groupId >org.mockito</groupId >
245
- <artifactId >mockito-all</artifactId >
246
- <version >${mockito.version} </version >
243
+ <artifactId >mockito-core</artifactId >
247
244
<scope >test</scope >
248
245
</dependency >
249
246
<dependency >
250
247
<groupId >org.hamcrest</groupId >
251
248
<artifactId >hamcrest-all</artifactId >
252
- <version > ${hamcrest.version} </ version >
249
+ <scope >test</ scope >
253
250
</dependency >
254
251
255
252
<!-- Dandelion -->
You can’t perform that action at this time.
0 commit comments