From 89b756f4e548435867beb95c5cabf8fd43fd60c0 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Mon, 23 Jan 2017 16:07:56 +0100 Subject: [PATCH 1/1] Must always use mockito-core instead of mockito-all to prevent NoSuchMethodError: org.hamcrest.Matcher ... Bug 7662 related Change-Id: Ia34e4f4d0bf5a03cc311d69c3d9cfbe5362521ed Signed-off-by: Michael Vorburger --- common/testutils/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/testutils/pom.xml b/common/testutils/pom.xml index d3b8b961c3..76972c761a 100644 --- a/common/testutils/pom.xml +++ b/common/testutils/pom.xml @@ -51,7 +51,7 @@ org.mockito - mockito-all + mockito-core compile -- 2.36.6