aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-02-21 05:15:07 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-21 05:15:07 +0000
commitabebcbec32768b48d6ad5513d82ea94a12d98f01 (patch)
tree311021ad139a1be866be12dfbe60ed680ce9e2e5 /bpmn/MSOCommonBPMN/pom.xml
parentaf4ed9296d736c18982402da7354610ec0e083bf (diff)
parentaffcd9b499999f6456d27c4afae0b5fb02223c06 (diff)
Merge "Added unittests"
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r--bpmn/MSOCommonBPMN/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml
index 4a7cb5900a..523ee403d0 100644
--- a/bpmn/MSOCommonBPMN/pom.xml
+++ b/bpmn/MSOCommonBPMN/pom.xml
@@ -501,5 +501,16 @@
<artifactId>guava</artifactId>
<version>22.0</version>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.9.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>pl.pragmatists</groupId>
+ <artifactId>JUnitParams</artifactId>
+ <version>1.1.1</version>
+ </dependency>
</dependencies>
</project>