aboutsummaryrefslogtreecommitdiffstats
path: root/feature-pooling-dmaap/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-01-08 17:48:31 -0500
committerJim Hahn <jrh3@att.com>2019-01-08 17:48:31 -0500
commit7e4d30982fde5d6bef26c52c1a8b5f60f026510b (patch)
tree7450777fa19f43f87c6c4191e00e8f9d51d2369c /feature-pooling-dmaap/pom.xml
parent777131d706b8379c5fb30f8161902d0388eb96bf (diff)
Replace expectException with AssertJ
Change-Id: I5c9c5e962a7e2a5617405d534c0719f4bdb6ff1c Issue-ID: POLICY-1393 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-pooling-dmaap/pom.xml')
-rw-r--r--feature-pooling-dmaap/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/feature-pooling-dmaap/pom.xml b/feature-pooling-dmaap/pom.xml
index 5309be40..af184786 100644
--- a/feature-pooling-dmaap/pom.xml
+++ b/feature-pooling-dmaap/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
ONAP Policy Engine - Drools PDP
================================================================================
- 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.
@@ -173,6 +173,13 @@
<version>2.13.0</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.11.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>