From 95de1d9f8bf63560915331664b27a4a75ce1f1f6 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Sat, 30 Jan 2016 14:30:19 +0100 Subject: [PATCH] Using Mockito and Hamcrest version from the Spring.IO Platform --- pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8f1f13be7..a94e4a312 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,6 @@ 2.2.0 - 1.10.19 - 1.3 1.3 @@ -222,7 +220,7 @@ - + org.springframework @@ -242,14 +240,13 @@ org.mockito - mockito-all - ${mockito.version} + mockito-core test org.hamcrest hamcrest-all - ${hamcrest.version} + test