diff options
Diffstat (limited to 'server/sonar-auth-bitbucket')
-rw-r--r-- | server/sonar-auth-bitbucket/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-auth-bitbucket/build.gradle b/server/sonar-auth-bitbucket/build.gradle index 8329723c6e2..f4a24eb53bf 100644 --- a/server/sonar-auth-bitbucket/build.gradle +++ b/server/sonar-auth-bitbucket/build.gradle @@ -12,7 +12,7 @@ dependencies { api 'com.google.code.gson:gson' api project(':server:sonar-auth-common') - compileOnlyApi 'com.google.code.findbugs:jsr305' + compileOnlyApi 'com.github.spotbugs:spotbugs-annotations' compileOnlyApi 'com.squareup.okhttp3:okhttp' compileOnlyApi 'javax.servlet:javax.servlet-api' compileOnlyApi project(':sonar-core') |