summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCoreBPMN/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-01-29 15:02:57 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-29 15:02:57 +0000
commit3134a45c9214b1ae5ea98d93831405beb0f5bd7b (patch)
tree3b1e76224cdc8a126609594db7d205ee111d53be /bpmn/MSOCoreBPMN/pom.xml
parent1672a4db05c0e313ce258efe26a75f995c162bb5 (diff)
parent64f8c9f167d320a569bd9a8d1943b1c76f7de4c1 (diff)
Merge "Unittest refactoring."
Diffstat (limited to 'bpmn/MSOCoreBPMN/pom.xml')
-rw-r--r--bpmn/MSOCoreBPMN/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml
index 6884c1e33b..267f175533 100644
--- a/bpmn/MSOCoreBPMN/pom.xml
+++ b/bpmn/MSOCoreBPMN/pom.xml
@@ -158,9 +158,10 @@
<version>20160212</version>
</dependency>
<dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <version>1.6</version>
+ <groupId>org.xmlunit</groupId>
+ <artifactId>xmlunit-core</artifactId>
+ <version>2.5.1</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.openecomp.so</groupId>