aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/build.gradle')
-rw-r--r--sonar-ws/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/build.gradle b/sonar-ws/build.gradle
index 0665efae5f6..a01d386e89d 100644
--- a/sonar-ws/build.gradle
+++ b/sonar-ws/build.gradle
@@ -15,10 +15,10 @@ dependencies {
compile 'com.google.protobuf:protobuf-java'
compile 'com.squareup.okhttp3:okhttp'
compile 'com.google.code.gson:gson'
+ compile 'org.sonarsource.api.plugin:sonar-plugin-api'
compileOnly 'com.google.code.findbugs:jsr305'
compileOnly 'javax.annotation:javax.annotation-api'
- compileOnly project(path: ':sonar-plugin-api', configuration: 'shadow')
testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'com.squareup.okio:okio'