diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2022-04-08 14:11:59 -0400 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-21 20:02:50 +0000 |
commit | b2b5d2819ab9d8bc1804641762d6f397c605a582 (patch) | |
tree | 6dcdc30e7b22bba8a907e16c5b222366789760df /server/sonar-webserver-core/build.gradle | |
parent | 3b7e8d87a77c1d116cfb7ad09d2ece9d8c3d76f5 (diff) | |
download | sonarqube-b2b5d2819ab9d8bc1804641762d6f397c605a582.tar.gz sonarqube-b2b5d2819ab9d8bc1804641762d6f397c605a582.zip |
SONAR-16232 Add dependencies to new sonar-plugin-api
- fix tests
- use plugin api from artifactory
Diffstat (limited to 'server/sonar-webserver-core/build.gradle')
-rw-r--r-- | server/sonar-webserver-core/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-webserver-core/build.gradle b/server/sonar-webserver-core/build.gradle index 3c76f65098e..622bbfb5a95 100644 --- a/server/sonar-webserver-core/build.gradle +++ b/server/sonar-webserver-core/build.gradle @@ -31,6 +31,7 @@ dependencies { compile 'org.apache.commons:commons-dbcp2' compile 'org.slf4j:jul-to-slf4j' compile 'org.slf4j:slf4j-api' + compile 'org.sonarsource.api.plugin:sonar-plugin-api' compile 'org.sonarsource.update-center:sonar-update-center-common' compile 'org.mindrot:jbcrypt' @@ -47,7 +48,6 @@ dependencies { compile project(':sonar-duplications') compile project(':sonar-scanner-protocol') compile project(':sonar-markdown') - compile project(path: ':sonar-plugin-api', configuration: 'shadow') compile project(':sonar-plugin-api-impl') compile project(':sonar-ws') |