diff options
author | biniek <lukasz.biniek@nokia.com> | 2018-01-08 15:51:12 +0100 |
---|---|---|
committer | Lukasz Biniek <lukasz.biniek@nokia.com> | 2018-01-16 16:51:49 +0000 |
commit | 64f8c9f167d320a569bd9a8d1943b1c76f7de4c1 (patch) | |
tree | 3cb00daa3adf722e5d562739afa19869efb0bfea /bpmn/MSOCoreBPMN/pom.xml | |
parent | 7c6752a9bb0ab4d43ae49ac89d14f05d7a2ab850 (diff) |
Unittest refactoring.
Refactored JsonUtilsTest; moved CamundaDBSetup from src to test; added newer version of xmlutils and changed scope to test.
Change-Id: I24f51c3b8600be3de08a464bebb3adabc4d7c176
Issue-ID: SO-374
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'bpmn/MSOCoreBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCoreBPMN/pom.xml | 7 |
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> |