aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:10:29 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 13:32:39 +0100
commit5b2ce72ec304284354e4786ac3afe6fb3dd24077 (patch)
tree5063d293d69f46f43e9d5c767f46bd6d0d1a8e44 /sonar-plugin-api/pom.xml
parent4dcf22377c7823584f0d9d7dbb85641980245fd8 (diff)
downloadsonarqube-5b2ce72ec304284354e4786ac3afe6fb3dd24077.tar.gz
sonarqube-5b2ce72ec304284354e4786ac3afe6fb3dd24077.zip
Drop dependency xmlunit
Replaced by assertJ assertThat().isXmlEqualTo()
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index ee8f9a32bca..2a83f3319b0 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -172,11 +172,6 @@
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>