diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 13:10:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 13:32:39 +0100 |
commit | 5b2ce72ec304284354e4786ac3afe6fb3dd24077 (patch) | |
tree | 5063d293d69f46f43e9d5c767f46bd6d0d1a8e44 /sonar-plugin-api/pom.xml | |
parent | 4dcf22377c7823584f0d9d7dbb85641980245fd8 (diff) | |
download | sonarqube-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.xml | 5 |
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> |