Add AssertJ to parent pom 19/78219/3
authorJim Hahn <jrh3@att.com>
Mon, 11 Feb 2019 14:22:10 +0000 (09:22 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 11 Feb 2019 14:36:56 +0000 (09:36 -0500)
Also updated license and removed trailing spaces.

Change-Id: Icd389e1c1b96b1f48cea4c20263bf84263e45ce8
Issue-ID: POLICY-1511
Signed-off-by: Jim Hahn <jrh3@att.com>
integration/pom.xml

index bfddea3..943ea53 100644 (file)
@@ -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.
                 <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>