DATACMNS-742 - Upgraded test dependencies.

XmlUnit 1.3 -> 1.6
Groovy 1.8.6 -> 2.4.4
This commit is contained in:
Oliver Gierke
2015-08-03 15:31:52 +02:00
parent 8d2933f109
commit b9125ee83d
+2 -2
View File
@@ -177,7 +177,7 @@
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.3</version>
<version>1.6</version>
<scope>test</scope>
</dependency>
@@ -185,7 +185,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.8.6</version>
<version>2.4.4</version>
<scope>test</scope>
</dependency>