diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-07-17 17:09:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-24 20:02:48 +0000 |
commit | 9258d5846d5e0947a7ff7813751224af537b20ee (patch) | |
tree | eddc43e41902229945934b835d9f34b8774688b4 /server/sonar-db-migration/build.gradle | |
parent | 0ce62a09539920b477873c2c26e9a6d2fc62a15e (diff) | |
download | sonarqube-9258d5846d5e0947a7ff7813751224af537b20ee.tar.gz sonarqube-9258d5846d5e0947a7ff7813751224af537b20ee.zip |
SONAR-22479 Added new upgrade related telemetry metrics for the installation dimension
Diffstat (limited to 'server/sonar-db-migration/build.gradle')
-rw-r--r-- | server/sonar-db-migration/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-db-migration/build.gradle b/server/sonar-db-migration/build.gradle index 5d46f5b0264..9b5a4032e13 100644 --- a/server/sonar-db-migration/build.gradle +++ b/server/sonar-db-migration/build.gradle @@ -16,6 +16,8 @@ dependencies { api project(':server:sonar-process') api project(':sonar-core') + implementation project(':server:sonar-telemetry-core') + compileOnlyApi 'com.github.spotbugs:spotbugs-annotations' testImplementation 'com.github.spotbugs:spotbugs-annotations' |