aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-common
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-08-29 13:47:54 +0200
committerSonarTech <sonartech@sonarsource.com>2019-09-02 20:21:04 +0200
commit4d38fa7629eca0d394f00c638f766027cf289cdd (patch)
treefe872f9ba746e2b2f5b7a6e1230880626b390773 /server/sonar-ce-common
parent08cfcdeffd89a33032b35545ad8583de63f28a53 (diff)
downloadsonarqube-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.gradle3
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'))
}