cli method for validatoion walk

This commit is contained in:
Jochen Staerk
2020-06-01 10:14:04 +02:00
parent e2d501036c
commit dce37f5e17
8 changed files with 49 additions and 134 deletions

View File

@@ -53,6 +53,21 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<!-- for directory validation: -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.3</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.6.3</version>
</dependency>
<!-- /directory validation: -->
</dependencies>
<build>
<pluginManagement>