Add AssertJ to parent pom
[policy/parent.git] / 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>