diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-08-29 17:15:15 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-02 20:21:04 +0200 |
commit | 08cfcdeffd89a33032b35545ad8583de63f28a53 (patch) | |
tree | 531739a5f7777b6f55a8a5105277699cc079089b /server/sonar-ce-common/build.gradle | |
parent | 2b029d9b127be48da51a65a66103becbc5ab6fa9 (diff) | |
download | sonarqube-08cfcdeffd89a33032b35545ad8583de63f28a53.tar.gz sonarqube-08cfcdeffd89a33032b35545ad8583de63f28a53.zip |
drop now useless module sonar-db-testing
Diffstat (limited to 'server/sonar-ce-common/build.gradle')
-rw-r--r-- | server/sonar-ce-common/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-ce-common/build.gradle b/server/sonar-ce-common/build.gradle index f346ac18aa1..c10f7b688e0 100644 --- a/server/sonar-ce-common/build.gradle +++ b/server/sonar-ce-common/build.gradle @@ -51,6 +51,6 @@ dependencies { testCompile 'org.assertj:assertj-guava' testCompile 'org.hamcrest:hamcrest-all' testCompile project(':sonar-plugin-api-impl') - testCompile project(':server:sonar-db-testing') + testCompile testFixtures(project(':server:sonar-db-dao')) testCompile project(path: ":server:sonar-server-common", configuration: "tests") } |