diff options
author | 2020-07-06 20:51:01 +0000 | |
---|---|---|
committer | 2020-07-06 20:51:01 +0000 | |
commit | 871421fb99f7e6221b2c084e43a9388f618f882d (patch) | |
tree | 3ddbeb3a8e8574c8b5f91764177814979d1b6cbb /pom.xml | |
parent | 47fd33606b7a4991fb6c3e1c3416bcc142865ec7 (diff) | |
parent | 6ae054c03543bc4d323ff0ae710c0b57e4f4e610 (diff) |
Merge "Replace try/catch blocks with assertj - apex-pdp"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |