Using Mockito and Hamcrest version from the Spring.IO Platform

This commit is contained in:
Antoine Rey 2016-01-30 14:30:19 +01:00
parent 2398c4d798
commit 95de1d9f8b

View file

@ -26,8 +26,6 @@
<!-- Test -->
<assertj.version>2.2.0</assertj.version>
<mockito.version>1.10.19</mockito.version>
<hamcrest.version>1.3</hamcrest.version>
<!-- Dates -->
<jodatime-hibernate.version>1.3</jodatime-hibernate.version>
@ -242,14 +240,13 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>${mockito.version}</version>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<!-- Dandelion -->