Skip to content

Commit

Permalink
Move CCR monitoring tests to ccr sub-project (#33730)
Browse files Browse the repository at this point in the history
This commit moves the CCR monitoring tests from the monitoring
sub-project to the ccr sub-project.
  • Loading branch information
jasontedor committed Sep 15, 2018
1 parent 28f305e commit 6914c9d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugin/ccr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies {
compileOnly "org.elasticsearch:elasticsearch:${version}"
compileOnly project(path: xpackModule('core'), configuration: 'default')
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts')
}

dependencyLicenses {
Expand Down

0 comments on commit 6914c9d

Please sign in to comment.