File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
src/javaRestTest/java/org/elasticsearch/system/indices Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,8 @@ esplugin {
1717 licenseFile = layout. settingsDirectory. file(' licenses/AGPL-3.0+SSPL-1.0+ELASTIC-LICENSE-2.0.txt' ). asFile
1818 noticeFile = layout. settingsDirectory. file(' NOTICE.txt' ). asFile
1919}
20+
21+ dependencies {
22+ clusterModules project(' :modules:analysis-common' )
23+ clusterModules project(' :x-pack:plugin:migrate' )
24+ }
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ public abstract class AbstractSystemIndicesIT extends ESRestTestCase {
2525 @ ClassRule
2626 public static ElasticsearchCluster cluster = ElasticsearchCluster .local ()
2727 .plugin ("system-indices-qa" )
28+ .module ("analysis-common" )
29+ .module ("x-pack-migrate" )
2830 .setting ("xpack.security.enabled" , "true" )
2931 .setting ("xpack.security.autoconfiguration.enabled" , "false" )
3032 .user ("rest_user" , "rest-user-password" )
You can’t perform that action at this time.
0 commit comments