diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-23 15:17:18 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-23 15:17:48 +0200 |
commit | 78768f07309629c4ade43ba5124cb5e076438add (patch) | |
tree | 4532a9c6a8b2d34f023b3a825b8989ef2d5a5386 /sonar-testing-harness/pom.xml | |
parent | 2ce25079bcbcffec9e7647c56d3fc151e7469aad (diff) | |
download | sonarqube-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.xml | 4 |
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> |