Skip to content

Commit f037edb

Browse files
authored
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.
1 parent 92a48fa commit f037edb

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

x-pack/plugin/ccr/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dependencies {
4949

5050
compileOnly project(path: xpackModule('core'), configuration: 'default')
5151
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
52+
testCompile project(path: xpackModule('monitoring'), configuration: 'testArtifacts')
5253
}
5354

5455
dependencyLicenses {

0 commit comments

Comments
 (0)