pom corrections

This commit is contained in:
Jochen Stärk
2020-07-26 11:23:19 +02:00
parent 3bfae18969
commit 3b706724fb
4 changed files with 9 additions and 25 deletions

View File

@@ -92,14 +92,14 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
<scope>test</scope>
</dependency>
<!-- For Toecount -->
<dependency>
<groupId>com.sanityinc</groupId>
<artifactId>jargs</artifactId>
<version>2.0-SNAPSHOT</version>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-assertj</artifactId>
<version>2.6.3</version>
</dependency>
</dependencies>