From 921cf98b13550c9255a071f17df5c9c58bb35a67 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 23 May 2016 11:57:50 +0100 Subject: [PATCH] Add assertj-core dependency for testing --- node.iml | 1 + pom.xml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/node.iml b/node.iml index a66a2bf..b2d3a3d 100644 --- a/node.iml +++ b/node.iml @@ -14,5 +14,6 @@ + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 32577de..c488538 100644 --- a/pom.xml +++ b/pom.xml @@ -14,6 +14,10 @@ 0.6.0 + + 3.4.1 + + https://github.com/kemitix/node/issues GitHub Issues @@ -48,5 +52,11 @@ 1.3 test + + org.assertj + assertj-core + ${assertj.version} + test +