Replace PolicyAssert with assertj 38/78138/4
authorJim Hahn <jrh3@att.com>
Fri, 8 Feb 2019 18:22:06 +0000 (13:22 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 11 Feb 2019 19:41:40 +0000 (14:41 -0500)
commit504970756b35b5f9e5388ee32c53f83d659b4ef1
tree5c9d227dafff182df1bec1544d444994bb3bccf5
parentb695d1743c34e4fb1087c8766b8c41eb3aae926e
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 <jrh3@att.com>
feature-pooling-dmaap/pom.xml
policy-core/pom.xml
policy-management/pom.xml
policy-management/src/test/java/org/onap/policy/drools/system/PolicyControllerFactoryTest.java
policy-management/src/test/java/org/onap/policy/drools/system/PolicyEngineManagerTest.java
policy-management/src/test/java/org/onap/policy/drools/system/internal/AggregatedPolicyControllerTest.java