From ae73c65dfd04045ec00d7b74aa99a4993f6cc3c0 Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Tue, 26 Mar 2024 18:27:02 -0400 Subject: [PATCH] mockito must be in the test scope --- bootique-cxf-core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/bootique-cxf-core/pom.xml b/bootique-cxf-core/pom.xml index 65d8fb3..c012a44 100644 --- a/bootique-cxf-core/pom.xml +++ b/bootique-cxf-core/pom.xml @@ -68,6 +68,7 @@ org.mockito mockito-core + test \ No newline at end of file