aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2021-11-30 11:01:21 +0100
committersonartech <sonartech@sonarsource.com>2021-12-07 20:03:17 +0000
commit05f25e35b7b489874e8c0cf24ea70196dee90ddb (patch)
tree51e524eafd5b24d2c6a9594ce2a643848936050b /build.gradle
parent645467493df74d9569cd27d8ffd3da993ab5595c (diff)
downloadsonarqube-05f25e35b7b489874e8c0cf24ea70196dee90ddb.tar.gz
sonarqube-05f25e35b7b489874e8c0cf24ea70196dee90ddb.zip
SONAR-15688 add prometheus web API endpoint
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 621ecc1794e..6e8237db234 100644
--- a/build.gradle
+++ b/build.gradle
@@ -344,6 +344,8 @@ subprojects {
}
dependency 'com.auth0:java-jwt:3.18.2'
dependency 'io.netty:netty-all:4.1.70.Final'
+ dependency 'io.prometheus:simpleclient_common:0.12.0'
+ dependency 'io.prometheus:simpleclient_servlet:0.12.0'
dependency 'com.sun.mail:javax.mail:1.5.6'
dependency 'javax.annotation:javax.annotation-api:1.3.2'
dependency 'javax.servlet:javax.servlet-api:3.1.0'