File tree Expand file tree Collapse file tree 3 files changed +411
-2
lines changed
x-pack/plugin/ilm/qa/multi-cluster
src/test/java/org/elasticsearch/xpack/ilm Expand file tree Collapse file tree 3 files changed +411
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ apply plugin: 'elasticsearch.internal-testclusters'
1212apply plugin : ' elasticsearch.standalone-rest-test'
1313
1414dependencies {
15- testImplementation project(' :x-pack:plugin:ccr:qa' )
1615 testImplementation project(' :x-pack:plugin:core' )
1716 testImplementation project(' :x-pack:plugin:ilm' )
1817}
Original file line number Diff line number Diff line change 2424import org .elasticsearch .xcontent .XContentBuilder ;
2525import org .elasticsearch .xcontent .XContentType ;
2626import org .elasticsearch .xcontent .json .JsonXContent ;
27- import org .elasticsearch .xpack .ccr .ESCCRRestTestCase ;
2827import org .elasticsearch .xpack .core .ilm .LifecycleAction ;
2928import org .elasticsearch .xpack .core .ilm .LifecyclePolicy ;
3029import org .elasticsearch .xpack .core .ilm .Phase ;
You can’t perform that action at this time.
0 commit comments