use XMLUnit

This commit is contained in:
Andre Kemper
2019-04-07 15:26:03 +02:00
parent 55867bf518
commit 5b8ed483e4
3 changed files with 43 additions and 65 deletions

View File

@@ -88,6 +88,12 @@
<version>5.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.2</version>
<scope>test</scope>
</dependency>
<!-- For Toecount -->
<dependency>
<groupId>com.sanityinc</groupId>