From 504970756b35b5f9e5388ee32c53f83d659b4ef1 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 8 Feb 2019 13:22:06 -0500 Subject: Replace PolicyAssert with assertj PolicyAssert has a sonar issue and is no longer needed, as the same functionality (and more) is provided by assertj. Modified drools-pdp test code to replace PolicyAssert with assertj. Updated license dates. Removed trailing spaces. Remove assertj version from poms, as it's now included in parent pom. Change-Id: Ica82a959613e082dc6ed6fc9e103a198c2f17537 Issue-ID: POLICY-1393 Signed-off-by: Jim Hahn --- policy-core/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'policy-core') diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 42807489..83c3baea 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -118,7 +118,6 @@ org.assertj assertj-core - 3.11.1 test -- cgit 1.2.3-korg