File tree 3 files changed +2
-48
lines changed
client/rest-high-level/src/main/java/org/elasticsearch/client/core
x-pack/qa/rolling-upgrade
src/test/java/org/elasticsearch/upgrades
3 files changed +2
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ apply plugin: 'elasticsearch.bwc-test'
8
8
apply plugin : ' elasticsearch.rest-resources'
9
9
10
10
dependencies {
11
+ testImplementation testArtifact(project(xpackModule(' core' )))
11
12
testImplementation project(' :x-pack:qa' )
12
13
testImplementation project(' :client:rest-high-level' )
13
14
}
Original file line number Diff line number Diff line change 14
14
import org .elasticsearch .client .Response ;
15
15
import org .elasticsearch .client .RestClient ;
16
16
import org .elasticsearch .client .RestClientBuilder ;
17
- import org .elasticsearch .client .core .IndexerState ;
18
17
import org .elasticsearch .common .Strings ;
19
18
import org .elasticsearch .common .settings .Settings ;
20
19
import org .elasticsearch .common .xcontent .support .XContentMapValues ;
21
20
import org .elasticsearch .core .Booleans ;
22
21
import org .elasticsearch .core .TimeValue ;
23
22
import org .elasticsearch .xcontent .XContentBuilder ;
23
+ import org .elasticsearch .xpack .core .indexing .IndexerState ;
24
24
25
25
import java .io .IOException ;
26
26
import java .time .Instant ;
You can’t perform that action at this time.
0 commit comments