summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-12-14 12:01:32 +0100
committerAndrew Branson <andrew.branson@cern.ch>2012-12-14 12:01:32 +0100
commit82a3a75cf8045a638e0dcd90dcff39a67609bc68 (patch)
tree6fb121cd8fc8d5607dac1b67eb7e757bf90cd1bb /pom.xml
parent92f7cb40b6ca1917bb351e6092ef8bf8c975791d (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.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fafd186..e9c34c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>