From 39721e77c1636441c473e8f197e81d3d4c6c8f29 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 21 Aug 2016 11:36:46 +0100 Subject: [PATCH] pom.xml: add dependency on net.trajano.commons to utility class testing --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index dd9ddbf..3071a0d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ 3.4.1 4.2.0 + 2.1.0 @@ -69,5 +70,11 @@ ${assertj.version} test + + net.trajano.commons + commons-testing + ${trajano-commons-testing.version} + test +