aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2018-12-12 12:39:37 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-12 12:39:37 +0000
commit1de8dfa545994cfd0bed04a8e97a48a0f1ce3abd (patch)
treea454d90882ebe1c5486f9fee6d694a80c6bfbb38 /bpmn/MSOCommonBPMN/pom.xml
parentdf1b65156a5ea77536b9aea644f3400b5f3e87ea (diff)
parentbb341d733984377eb1c04d7951a9b177f7f51720 (diff)
Merge "ConfirmVolumeGroupNameTest improvements"
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r--bpmn/MSOCommonBPMN/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml
index c85bcd7522..934aea8241 100644
--- a/bpmn/MSOCommonBPMN/pom.xml
+++ b/bpmn/MSOCommonBPMN/pom.xml
@@ -397,5 +397,11 @@
<version>1.2.4.RELEASE</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>3.11.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>