aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-07-06 20:51:01 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-06 20:51:01 +0000
commit871421fb99f7e6221b2c084e43a9388f618f882d (patch)
tree3ddbeb3a8e8574c8b5f91764177814979d1b6cbb /pom.xml
parent47fd33606b7a4991fb6c3e1c3416bcc142865ec7 (diff)
parent6ae054c03543bc4d323ff0ae710c0b57e4f4e610 (diff)
Merge "Replace try/catch blocks with assertj - apex-pdp"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4529146ac..d2e9c8ece 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>