aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-02-11 09:22:10 -0500
committerJim Hahn <jrh3@att.com>2019-02-11 09:36:56 -0500
commitc0e7c90dd57d2b924f692b164cb7a8acfbf1470a (patch)
treef38e96203e59b1e5c5af8953e130582886dcf821
parent3d9cdb446b27a151e32311721a0a0968f5aba9f1 (diff)
Add AssertJ to parent pom
Also updated license and removed trailing spaces. Change-Id: Icd389e1c1b96b1f48cea4c20263bf84263e45ce8 Issue-ID: POLICY-1511 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--integration/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index bfddea39..943ea53b 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2018 AT&T. All rights reserved.
+ Modifications Copyright (C) 2018-2019 AT&T. 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.
@@ -207,6 +207,14 @@
<scope>test</scope>
</dependency>
+ <!-- Exception testing -->
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.11.1</version>
+ <scope>test</scope>
+ </dependency>
+
<!-- Mock libraries -->
<dependency>
<groupId>org.mockito</groupId>