aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/build.gradle
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2020-10-14 16:43:30 -0500
committersonartech <sonartech@sonarsource.com>2020-11-28 20:06:15 +0000
commit37587a03da2ea2289e2c2c6b0ca213e8274fe5c7 (patch)
tree3968c8afe017835b1f5853a1ba3b63882f056713 /server/sonar-db-migration/build.gradle
parente24f1b14536dc7268d03495f6ef281698ff09184 (diff)
downloadsonarqube-37587a03da2ea2289e2c2c6b0ca213e8274fe5c7.tar.gz
sonarqube-37587a03da2ea2289e2c2c6b0ca213e8274fe5c7.zip
SONAR-14033 Refactor storage of applications
Diffstat (limited to 'server/sonar-db-migration/build.gradle')
-rw-r--r--server/sonar-db-migration/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-db-migration/build.gradle b/server/sonar-db-migration/build.gradle
index de715638b1e..ebdb837087e 100644
--- a/server/sonar-db-migration/build.gradle
+++ b/server/sonar-db-migration/build.gradle
@@ -25,6 +25,8 @@ dependencies {
testCompile 'org.assertj:assertj-core'
testCompile 'org.mindrot:jbcrypt'
testCompile 'org.mockito:mockito-core'
+ testCompile 'org.xmlunit:xmlunit-core'
+ testCompile 'org.xmlunit:xmlunit-matchers'
testCompile project(':sonar-scanner-protocol')
testCompile project(':sonar-testing-harness')
testCompile testFixtures(project(':server:sonar-db-core'))