Merge branch '2.1.x'

This commit is contained in:
Andy Wilkinson 2018-12-20 10:49:39 +00:00
commit f3794d66e4
1 changed files with 10 additions and 0 deletions

View File

@ -3013,6 +3013,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>
@ -3028,6 +3033,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>