From f6d52dfb11a2028a873abb9f7ab9d87367884220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20Tynj=C3=A4?= Date: Thu, 4 Jul 2019 11:01:46 +0200 Subject: [PATCH] Mark Mockito and byte-buddy dependencies as test scoped --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 0583e3e8b..37d79671a 100644 --- a/pom.xml +++ b/pom.xml @@ -729,11 +729,13 @@ net.bytebuddy byte-buddy 1.9.12 + test org.mockito mockito-core 2.27.0 + test org.objenesis