aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-api-handler-common/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-06-15 17:09:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-15 17:09:26 +0000
commit35c09da5fd1d9c1a128560b2b2e45ff58a06276b (patch)
treeccc6f9058d8c97a6fc0ab39759cd48bb4e54e2b7 /mso-api-handlers/mso-api-handler-common/pom.xml
parent1336ef0ccd540266b63924d9aad4d375dc74b79b (diff)
parent12c98ba3ca1552636d55111561b0b77a7177aaf2 (diff)
Merge "add junit for CamundaTaskClient"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-common/pom.xml')
-rw-r--r--mso-api-handlers/mso-api-handler-common/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml
index 5b15c5f0d4..6ca1f3de28 100644
--- a/mso-api-handlers/mso-api-handler-common/pom.xml
+++ b/mso-api-handlers/mso-api-handler-common/pom.xml
@@ -50,6 +50,12 @@
<artifactId>mso-requests-db</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.10.0</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>