From cc479e9a44200f13001074d58903e6f2baa5253d Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 6 Oct 2016 10:29:03 +0000 Subject: Revert "Fix Mockito/Hamcrest build classpath conflict" The change broke junit tests in projects using vaadin-bom. This reverts commit 2ae14ad9affca86448ac1003280b7852354d8a6b. Change-Id: I06524be9b6cc95e84f5f2b5c8faeb705d86e06bd --- client/pom.xml | 5 ----- pom.xml | 16 ++-------------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 53a497b183..ca6009a007 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -41,11 +41,6 @@ com.google.gwt gwt-elemental - - - org.mockito - mockito-core - diff --git a/pom.xml b/pom.xml index f25f81fbaf..0092f32b63 100644 --- a/pom.xml +++ b/pom.xml @@ -183,12 +183,6 @@ junit junit 4.12 - - - hamcrest-core - org.hamcrest - - org.easymock @@ -227,14 +221,8 @@ org.mockito - mockito-core + mockito-all 1.9.5 - - - hamcrest-core - org.hamcrest - - org.hamcrest @@ -303,7 +291,7 @@ org.mockito - mockito-core + mockito-all test -- cgit v1.2.3