blob: 84fb86e4fb2d189d0f529819025471ed24bf6a21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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'
testImplementation 'org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures'
}
|