From 223970340047bee364489ab06cfbfb9e413694e7 Mon Sep 17 00:00:00 2001 From: Michal Kabaj Date: Mon, 26 Feb 2018 10:28:25 +0100 Subject: [PATCH] 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 --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.16.6