diff options
Diffstat (limited to 'server/sonar-webserver-ws/build.gradle')
-rw-r--r-- | server/sonar-webserver-ws/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-webserver-ws/build.gradle b/server/sonar-webserver-ws/build.gradle index 3fa8fed9bb6..535d1036e5f 100644 --- a/server/sonar-webserver-ws/build.gradle +++ b/server/sonar-webserver-ws/build.gradle @@ -10,9 +10,9 @@ dependencies { // please keep the list grouped by configuration and ordered by name compile 'com.google.guava:guava' + compile 'org.sonarsource.api.plugin:sonar-plugin-api' compile project(':sonar-core') compile project(':server:sonar-webserver-api') - compile project(path: ':sonar-plugin-api', configuration: 'shadow') compile project(':sonar-plugin-api-impl') compile project(':sonar-ws') |