File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,23 @@ esplugin {
2020dependencies {
2121 api project(" :libs:exponential-histogram" )
2222 compileOnly project(path : xpackModule(' core' ))
23- testImplementation project(path : ' :x-pack:plugin:stack' )
2423 testImplementation(testArtifact(project(xpackModule(' core' ))))
24+ // for yamlRestTest
25+ clusterModules project(' :modules:data-streams' )
26+ clusterModules project(' :modules:ingest-common' )
27+ clusterModules project(' :modules:ingest-geoip' )
28+ clusterModules project(' :modules:ingest-user-agent' )
29+ clusterModules project(' :modules:lang-mustache' )
30+ clusterModules project(' :modules:mapper-extras' )
31+ clusterModules project(xpackModule(' analytics' ))
32+ clusterModules project(xpackModule(' ilm' ))
33+ clusterModules project(xpackModule(' mapper-aggregate-metric' ))
34+ clusterModules project(xpackModule(' mapper-constant-keyword' ))
35+ clusterModules project(xpackModule(' mapper-counted-keyword' ))
36+ clusterModules project(xpackModule(' stack' ))
37+ clusterModules project(xpackModule(' wildcard' ))
38+ clusterModules project(xpackModule(' mapper-version' ))
39+ // for internalClusterTest
2540 testImplementation project(' :modules:data-streams' )
2641 testImplementation project(' :x-pack:plugin:esql' )
2742 testImplementation project(' :x-pack:plugin:esql-core' )
You can’t perform that action at this time.
0 commit comments