Skip to content
Snippets Groups Projects
Commit 95de1d9f authored by Antoine Rey's avatar Antoine Rey
Browse files

Using Mockito and Hamcrest version from the Spring.IO Platform

parent 2398c4d7
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......@@ -222,7 +220,7 @@
</exclusion>
</exclusions>
</dependency>
<!-- Test Artifacts -->
<dependency>
<groupId>org.springframework</groupId>
......@@ -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 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment