From: Michael Vorburger Date: Mon, 23 Jan 2017 15:07:56 +0000 (+0100) Subject: Must always use mockito-core instead of mockito-all X-Git-Tag: release/carbon~105 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=89b756f4e548435867beb95c5cabf8fd43fd60c0;hp=c08458b672313eee99ec6d976bb6dcb147b987fc;p=yangtools.git 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 --- 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