From e15df333cc4194cd864c1002919daa022fb9b9a6 Mon Sep 17 00:00:00 2001 From: Stefan Schroeder <4sschroeder@gmail.com> Date: Thu, 6 Jun 2013 09:07:51 +0200 Subject: [PATCH] change scope for junit and mockito from compile to test --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index e701dfe4..d2f68895 100644 --- a/pom.xml +++ b/pom.xml @@ -250,12 +250,14 @@ junit junit ${junit.version} + test org.mockito mockito-all ${mockito.version} + test