From 16c68a4f01464f8de54a4a3c1938fc2ff79a865a Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 31 Jan 2018 10:26:45 +0000 Subject: [PATCH] add mockito dependency to sonar pom.xml to fix maven-dsl build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1822785 13f79535-47bb-0310-9956-ffa450edef68 --- sonar/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sonar/pom.xml b/sonar/pom.xml index f28962f69f..1022d2107b 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -65,6 +65,7 @@ 2.6.0 4.12 + 2.13.0 3.0.1 3.0.1 3.0.0 @@ -136,6 +137,12 @@ ${junit.version} test + + org.mockito + mockito-core + ${mockito.version} + test + -- 2.39.5