summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>