Move CCR monitoring tests to ccr sub-project (#33730)

This commit moves the CCR monitoring tests from the monitoring
sub-project to the ccr sub-project.
This commit is contained in:
Jason Tedor 2018-09-15 09:16:33 -04:00 committed by GitHub
parent 92a48fa6b8
commit f037edb8e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ dependencies {
compileOnly project(path: xpackModule('core'), configuration: 'default')
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts')
}
dependencyLicenses {