blob: 45541df8947528f09518d5fd73c3cd6a60049058 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
description = 'SonarQube :: Monitoring'
dependencies {
compile project(path: ':sonar-plugin-api', configuration: 'shadow')
compile project(':server:sonar-webserver-api')
compile project(':server:sonar-webserver-pushapi')
compile project(':server:sonar-alm-client')
compile 'io.prometheus:simpleclient'
testCompile 'junit:junit'
testCompile 'org.assertj:assertj-core'
testCompile 'org.mockito:mockito-core'
}
|