From 8f89ccd202f69de90a2fd7662d189dd479d7875e Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Mon, 11 Jul 2022 11:35:58 +0300 Subject: [PATCH] #103 removed mockito from compile scope --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index a777169..099a7ed 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE. org.mockito mockito-core 4.6.1 + test xml-apis