diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-core/build.gradle b/sonar-core/build.gradle index 26872fcd0b0..e14941e5f6c 100644 --- a/sonar-core/build.gradle +++ b/sonar-core/build.gradle @@ -24,7 +24,7 @@ dependencies { api project(':sonar-plugin-api-impl') api project(':sonar-ws') - compileOnlyApi 'com.google.code.findbugs:jsr305' + compileOnlyApi 'com.github.spotbugs:spotbugs-annotations' compileOnlyApi 'com.google.code.gson:gson' testImplementation 'com.tngtech.java:junit-dataprovider' @@ -37,7 +37,7 @@ dependencies { testImplementation 'org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures' testImplementation project(':sonar-testing-harness') - testCompileOnly 'com.google.code.findbugs:jsr305' + testCompileOnly 'com.github.spotbugs:spotbugs-annotations' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine' |