From c0d1ad41b36b9a3036ea9451a65f938ce94c0dc8 Mon Sep 17 00:00:00 2001 From: grabinsk Date: Thu, 30 May 2019 14:43:14 +0200 Subject: Replace hand-written MockitoExtension with official one from mockito-junit-jupiter Change-Id: I28e9057822f80f7514a640fbc66f54d9f5488cbf Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk --- prh-commons/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prh-commons') diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml index 66cc9465..fb8e8978 100644 --- a/prh-commons/pom.xml +++ b/prh-commons/pom.xml @@ -67,7 +67,7 @@ org.mockito - mockito-core + mockito-junit-jupiter test -- cgit 1.2.3-korg