From: Michal Kabaj Date: Mon, 26 Feb 2018 09:28:25 +0000 (+0100) Subject: Add assertj artifact test dependency X-Git-Tag: v1.3.0~224 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F32855%2F2;p=appc.git Add assertj artifact test dependency Add new assertion libraries for writing improved unit test assertions in a fluent style manner: - assertj-core - assertj-guava Change-Id: Ifca841a88f91219c13b50f7b80c7e0fe660bea19 Issue-ID: APPC-437 Signed-off-by: Michal Kabaj --- diff --git a/pom.xml b/pom.xml index 8f790f6bc..e03049f49 100644 --- a/pom.xml +++ b/pom.xml @@ -342,6 +342,18 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. 4.12 test + + org.assertj + assertj-core + 3.9.0 + test + + + org.assertj + assertj-guava + 3.1.0 + test + ch.qos.logback logback-core