Skip to content

Commit aa86422

Browse files
committed
ILM needs this
1 parent 1b22160 commit aa86422

File tree

3 files changed

+411
-2
lines changed

3 files changed

+411
-2
lines changed

x-pack/plugin/ilm/qa/multi-cluster/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ apply plugin: 'elasticsearch.internal-testclusters'
1212
apply plugin: 'elasticsearch.standalone-rest-test'
1313

1414
dependencies {
15-
testImplementation project(':x-pack:plugin:ccr:qa')
1615
testImplementation project(':x-pack:plugin:core')
1716
testImplementation project(':x-pack:plugin:ilm')
1817
}

x-pack/plugin/ilm/qa/multi-cluster/src/test/java/org/elasticsearch/xpack/ilm/CCRIndexLifecycleIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import org.elasticsearch.xcontent.XContentBuilder;
2525
import org.elasticsearch.xcontent.XContentType;
2626
import org.elasticsearch.xcontent.json.JsonXContent;
27-
import org.elasticsearch.xpack.ccr.ESCCRRestTestCase;
2827
import org.elasticsearch.xpack.core.ilm.LifecycleAction;
2928
import org.elasticsearch.xpack.core.ilm.LifecyclePolicy;
3029
import org.elasticsearch.xpack.core.ilm.Phase;

0 commit comments

Comments
 (0)