aboutsummaryrefslogtreecommitdiffstats
path: root/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 /pom.xml
parent4dcf22377c7823584f0d9d7dbb85641980245fd8 (diff)
downloadsonarqube-5b2ce72ec304284354e4786ac3afe6fb3dd24077.tar.gz
sonarqube-5b2ce72ec304284354e4786ac3afe6fb3dd24077.zip
Drop dependency xmlunit
Replaced by assertJ assertThat().isXmlEqualTo()
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index bc2cd9f0712..610e8028afc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -976,11 +976,6 @@
<version>1.9.2</version>
</dependency>
<dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>2.4.5</version>