diff options
author | Jim Hahn <jrh3@att.com> | 2019-01-08 17:15:07 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-01-08 17:16:01 -0500 |
commit | a392ecb9bd7deca0791f4c16f5fee11ba53dc4e3 (patch) | |
tree | 48c849ada86552e21ccb6d1153f232d24a1e1bae /utils-test/pom.xml | |
parent | 7b150f6820d61b8c65b6ddd5f4952ad3d4d17c6c (diff) |
Replace expectException with AssertJ
Change-Id: I73c186f181960ac7ac8cd985e55db1831963910f
Issue-ID: POLICY-1392
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r-- | utils-test/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
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. @@ -42,6 +42,12 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.11.1</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> |