From a460bf00baa5383b6c071eff08283f8a8babb337 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 8 May 2016 22:54:22 +0100 Subject: [PATCH] Specify dependency versions in properties Signed-off-by: Paul Campbell --- pom.xml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 57126d9..496f78f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,44 +24,49 @@ git@github.com:kemitix/wiser-assertions.git - - UTF-8 - 4.2.6.RELEASE - - net.kemitix kemitix-parent 1.0.0 + + UTF-8 + 1.4.7 + 3.1.7 + 4.12 + 1.10.19 + 3.0.1 + 4.2.6.RELEASE + + javax.mail mail - 1.4.7 + ${javax-mail.version} org.subethamail subethasmtp - 3.1.7 + ${subethasmtp.version} junit junit - 4.12 + ${junit.version} test org.mockito mockito-core - 1.10.19 + ${mockito-core.version} test org.codemonkey.simplejavamail simple-java-mail - 3.0.1 + ${simple-java-mail.version} test