Skip to content

Commit 95de1d9

Browse files
committed
Using Mockito and Hamcrest version from the Spring.IO Platform
1 parent 2398c4d commit 95de1d9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
<!-- Test -->
2828
<assertj.version>2.2.0</assertj.version>
29-
<mockito.version>1.10.19</mockito.version>
30-
<hamcrest.version>1.3</hamcrest.version>
3129

3230
<!-- Dates -->
3331
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
@@ -222,7 +220,7 @@
222220
</exclusion>
223221
</exclusions>
224222
</dependency>
225-
223+
226224
<!-- Test Artifacts -->
227225
<dependency>
228226
<groupId>org.springframework</groupId>
@@ -242,14 +240,13 @@
242240
</dependency>
243241
<dependency>
244242
<groupId>org.mockito</groupId>
245-
<artifactId>mockito-all</artifactId>
246-
<version>${mockito.version}</version>
243+
<artifactId>mockito-core</artifactId>
247244
<scope>test</scope>
248245
</dependency>
249246
<dependency>
250247
<groupId>org.hamcrest</groupId>
251248
<artifactId>hamcrest-all</artifactId>
252-
<version>${hamcrest.version}</version>
249+
<scope>test</scope>
253250
</dependency>
254251

255252
<!-- Dandelion -->

0 commit comments

Comments
 (0)