diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2020-10-14 16:43:30 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-11-28 20:06:15 +0000 |
commit | 37587a03da2ea2289e2c2c6b0ca213e8274fe5c7 (patch) | |
tree | 3968c8afe017835b1f5853a1ba3b63882f056713 /server/sonar-db-migration/build.gradle | |
parent | e24f1b14536dc7268d03495f6ef281698ff09184 (diff) | |
download | sonarqube-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.gradle | 2 |
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')) |