Add dependency management for xmlunit-assertj and xmlunit-placeholders

Closes gh-15532
This commit is contained in:
Andy Wilkinson 2018-12-20 10:49:04 +00:00
parent 974c4bfdb3
commit f89682eae7
1 changed files with 10 additions and 0 deletions

View File

@ -3012,6 +3012,11 @@
<artifactId>sqlite-jdbc</artifactId>
<version>${sqlite-jdbc.version}</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>${xmlunit2.version}</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
@ -3027,6 +3032,11 @@
<artifactId>xmlunit-matchers</artifactId>
<version>${xmlunit2.version}</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-placeholders</artifactId>
<version>${xmlunit2.version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>