From 2ae14ad9affca86448ac1003280b7852354d8a6b Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Wed, 28 Sep 2016 13:52:11 +0300 Subject: Fix Mockito/Hamcrest build classpath conflict * Fixes issue with Mockito classes not found on the vaadin-client test classpath * Fixes Mockito/Hamcrest dependency conflict described in https://tedvinke.wordpress.com/2013/12/17/mixing-junit-hamcrest-and-mockito-explaining-nosuchmethoderror/ Change-Id: I946c464118e3b9365bb8da4fb337fd45e6073f5e --- client/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/pom.xml') diff --git a/client/pom.xml b/client/pom.xml index ca6009a007..53a497b183 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -41,6 +41,11 @@ com.google.gwt gwt-elemental + + + org.mockito + mockito-core + -- cgit v1.2.3