From 88060b945272848dea9dc1fb9d049266fad50a19 Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Mon, 4 Jun 2018 10:52:45 +0200 Subject: [PATCH] Put hamcrest and mockito into Maven test scope, close #1549 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 495a81c4c2..c1713234bb 100644 --- a/pom.xml +++ b/pom.xml @@ -388,11 +388,13 @@ org.mockito mockito-core ${mockito.version} + test org.hamcrest java-hamcrest ${hamcrest.version} + test