diff options
author | Jim Hahn <jrh3@att.com> | 2019-01-08 17:48:31 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-01-08 17:48:31 -0500 |
commit | 7e4d30982fde5d6bef26c52c1a8b5f60f026510b (patch) | |
tree | 7450777fa19f43f87c6c4191e00e8f9d51d2369c /policy-core/pom.xml | |
parent | 777131d706b8379c5fb30f8161902d0388eb96bf (diff) |
Replace expectException with AssertJ
Change-Id: I5c9c5e962a7e2a5617405d534c0719f4bdb6ff1c
Issue-ID: POLICY-1393
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-core/pom.xml')
-rw-r--r-- | policy-core/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml index fafbdde3..42807489 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-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. @@ -116,6 +116,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.11.1</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>utils-test</artifactId> <version>${policy.common.version}</version> |