From ebba0760c476fe7976bedbf867305fdd5b28860b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 25 Jan 2016 12:11:21 +0000 Subject: [PATCH] pom.xml: switch parent to kemitix-parent Need to specify versions for junit and mockito-core ourselves now. --- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2676c00..e5c43e1 100644 --- a/pom.xml +++ b/pom.xml @@ -30,8 +30,8 @@ net.kemitix - kemitix-spring-parent - 1.2.1 + kemitix-parent + 0.6.1 @@ -48,13 +48,14 @@ junit junit + 4.12 test org.mockito mockito-core + 1.10.19 test - jar