diff options
author | Alain Kermis <alain.kermis@sonarsource.com> | 2024-07-10 15:37:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-24 20:02:48 +0000 |
commit | ffb8e4af38b27af60d9ba3127f7925580c59ca3f (patch) | |
tree | b034bdd63de61363f0b83ef855dfc6466816eed3 /server/sonar-server-common/build.gradle | |
parent | 34cf59a340ea31410cbb60019e6e445e9d8d2929 (diff) | |
download | sonarqube-ffb8e4af38b27af60d9ba3127f7925580c59ca3f.tar.gz sonarqube-ffb8e4af38b27af60d9ba3127f7925580c59ca3f.zip |
SONAR-22479 Implement sending new telemetry metrics
Diffstat (limited to 'server/sonar-server-common/build.gradle')
-rw-r--r-- | server/sonar-server-common/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-server-common/build.gradle b/server/sonar-server-common/build.gradle index 3ad43d2a9c0..083eb70991d 100644 --- a/server/sonar-server-common/build.gradle +++ b/server/sonar-server-common/build.gradle @@ -8,6 +8,7 @@ sonar { dependencies { // please keep the list grouped by configuration and ordered by name + implementation 'com.fasterxml.jackson.core:jackson-databind' api 'commons-io:commons-io' api 'com.google.guava:guava' |