From 1215fe8fa9d0be77b12198148022822980fa1c0b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 21 Oct 2015 23:03:36 +0100 Subject: [PATCH] pom.xml: add junit and mockito-core dependencies for testing Signed-off-by: Paul Campbell --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 27a2ad1..b158f25 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,17 @@ subethasmtp 3.1.7 + + junit + junit + test + + + org.mockito + mockito-core + test + jar + \ No newline at end of file