From 10949d195d6ff2c42359bf18b101158ae4e3b49f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 23 Oct 2013 07:51:57 +0200 Subject: [PATCH] Include hamcrest in dependencies. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a8e6bfd..b0489a1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,11 +11,17 @@ junit - junit + junit-dep 4.11 test + org.hamcrest + hamcrest-all + 1.3 + test + + org.mockito mockito-all 1.9.5 -- 2.7.4