aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-07-02 00:05:27 +0200
committersonartech <sonartech@sonarsource.com>2024-07-02 20:02:40 +0000
commit556e2c07af39d49982739e7122f7c8a62be96e4d (patch)
tree74f31d15bc136416af74d75601a7290e1a342af5 /sonar-ws
parent2c38333e995dcc565064d1f9a86830439671a51d (diff)
downloadsonarqube-556e2c07af39d49982739e7122f7c8a62be96e4d.tar.gz
sonarqube-556e2c07af39d49982739e7122f7c8a62be96e4d.zip
Revert "SONAR-22447 jakarta-annotation-api version bump"
This reverts commit f4ea3e9ab60aad9d268aad316f8fb13f1c54aa8b.
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/build.gradle b/sonar-ws/build.gradle
index 1655b33115c..b443bf860e6 100644
--- a/sonar-ws/build.gradle
+++ b/sonar-ws/build.gradle
@@ -19,7 +19,7 @@ dependencies {
api 'org.sonarsource.api.plugin:sonar-plugin-api'
compileOnlyApi 'com.github.spotbugs:spotbugs-annotations'
- compileOnlyApi 'jakarta.annotation:jakarta.annotation-api'
+ compileOnlyApi 'javax.annotation:javax.annotation-api'
testImplementation 'com.squareup.okhttp3:mockwebserver'
testImplementation 'com.squareup.okio:okio'