aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-monitoring/build.gradle
blob: 2d6de907f764806f9580616ff66353fee3806f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
description = 'SonarQube :: Monitoring'

dependencies {
    api project(':server:sonar-webserver-api')
    api project(':server:sonar-webserver-pushapi')
    api project(':server:sonar-alm-client')
    api 'io.prometheus:simpleclient'
    api'org.sonarsource.api.plugin:sonar-plugin-api'

    testImplementation 'junit:junit'
    testImplementation 'org.assertj:assertj-core'
    testImplementation 'org.mockito:mockito-core'
}