diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-08-29 13:47:54 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-02 20:21:04 +0200 |
commit | 4d38fa7629eca0d394f00c638f766027cf289cdd (patch) | |
tree | fe872f9ba746e2b2f5b7a6e1230880626b390773 /server/sonar-ce-common | |
parent | 08cfcdeffd89a33032b35545ad8583de63f28a53 (diff) | |
download | sonarqube-4d38fa7629eca0d394f00c638f766027cf289cdd.tar.gz sonarqube-4d38fa7629eca0d394f00c638f766027cf289cdd.zip |
use testFixtures instead of test configuration of server-common
Diffstat (limited to 'server/sonar-ce-common')
-rw-r--r-- | server/sonar-ce-common/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-ce-common/build.gradle b/server/sonar-ce-common/build.gradle index c10f7b688e0..800286bde41 100644 --- a/server/sonar-ce-common/build.gradle +++ b/server/sonar-ce-common/build.gradle @@ -51,6 +51,5 @@ dependencies { testCompile 'org.assertj:assertj-guava' testCompile 'org.hamcrest:hamcrest-all' testCompile project(':sonar-plugin-api-impl') - testCompile testFixtures(project(':server:sonar-db-dao')) - testCompile project(path: ":server:sonar-server-common", configuration: "tests") + testCompile testFixtures(project(':server:sonar-server-common')) } |