aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-04-23 15:17:18 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-04-23 15:17:48 +0200
commit78768f07309629c4ade43ba5124cb5e076438add (patch)
tree4532a9c6a8b2d34f023b3a825b8989ef2d5a5386 /sonar-testing-harness/pom.xml
parent2ce25079bcbcffec9e7647c56d3fc151e7469aad (diff)
downloadsonarqube-78768f07309629c4ade43ba5124cb5e076438add.tar.gz
sonarqube-78768f07309629c4ade43ba5124cb5e076438add.zip
Remove XMLUnit from sonar-testing-harness
Diffstat (limited to 'sonar-testing-harness/pom.xml')
-rw-r--r--sonar-testing-harness/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index ebab6e6459e..65d7a16745a 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -49,9 +49,5 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
- <dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- </dependency>
</dependencies>
</project>