From a392ecb9bd7deca0791f4c16f5fee11ba53dc4e3 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 8 Jan 2019 17:15:07 -0500 Subject: Replace expectException with AssertJ Change-Id: I73c186f181960ac7ac8cd985e55db1831963910f Issue-ID: POLICY-1392 Signed-off-by: Jim Hahn --- utils-test/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'utils-test/pom.xml') diff --git a/utils-test/pom.xml b/utils-test/pom.xml index cf5da469..bf36472b 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Common Modules ================================================================================ - Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -41,6 +41,12 @@ junit provided + + org.assertj + assertj-core + 3.11.1 + test + ch.qos.logback logback-classic -- cgit 1.2.3-korg