Downgrading to XMLUnit 1.1, since 1.3 breaks our tests

This commit is contained in:
Arjen Poutsma
2010-06-18 13:10:54 +00:00
parent fa05c9ed96
commit eba892cf47

View File

@@ -677,7 +677,7 @@
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.3</version>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>