diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-12-14 12:01:32 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-12-14 12:01:32 +0100 |
| commit | 82a3a75cf8045a638e0dcd90dcff39a67609bc68 (patch) | |
| tree | 6fb121cd8fc8d5607dac1b67eb7e757bf90cd1bb /pom.xml | |
| parent | 92f7cb40b6ca1917bb351e6092ef8bf8c975791d (diff) | |
Use XMLUnit XML Diff to compare system resources, for compatibility with
XMLDBs that may not return lexigraphically identical documents
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -37,6 +37,10 @@ <groupId>com.novell.ldap</groupId>
<artifactId>jldap</artifactId>
</dependency>
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ </dependency>
</dependencies>
<dependencyManagement>
<dependencies>
@@ -66,6 +70,11 @@ <artifactId>jldap</artifactId>
<version>4.3</version>
</dependency>
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <version>1.3</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<build>
|
