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 /ut-monitoring | |
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 'ut-monitoring')
-rw-r--r-- | ut-monitoring/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ut-monitoring/build.gradle b/ut-monitoring/build.gradle index 84f4b1ac066..173f087ba59 100644 --- a/ut-monitoring/build.gradle +++ b/ut-monitoring/build.gradle @@ -9,7 +9,7 @@ dependencies { compile 'com.google.code.gson:gson' compile 'junit:junit' - compile project(path: ':sonar-plugin-api', configuration: 'shadow') + compile 'org.sonarsource.api.plugin:sonar-plugin-api' compileOnly 'org.aspectj:aspectjtools' } |