aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 9b798cee8d8..36162c19afe 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -195,6 +195,11 @@
<artifactId>elasticsearch-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>xmlunit</groupId>
+ <artifactId>xmlunit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>