From ed29447cc0719e61c9c94a2d8b8dd5815d00beb1 Mon Sep 17 00:00:00 2001 From: Michal Jastak Date: Thu, 31 Jan 2013 09:01:54 +0100 Subject: [PATCH] test dependencies added: junit:junit-dep:4.10, org.hamcrest:hamcrest-all:1.3, org.mockito:mockito-all:1.9.5 --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index f930fa0..c6720a8 100644 --- a/pom.xml +++ b/pom.xml @@ -63,5 +63,23 @@ jsr305 2.0.1 + + junit + junit-dep + 4.10 + test + + + org.hamcrest + hamcrest-all + 1.3 + test + + + org.mockito + mockito-all + 1.9.5 + test + \ No newline at end of file