File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
x-pack/plugin/async-search Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,14 @@ base {
1515
1616dependencies {
1717 compileOnly project(" :server" )
18- testImplementation testArtifact(project(' :server' ))
19-
2018 compileOnly project(path : xpackModule(' core' ))
21- testImplementation(testArtifact(project(xpackModule(' core' ))))
22- testImplementation project(path : xpackModule(' async' ))
19+ testImplementation testArtifact(project(' :server' ))
20+ testImplementation testArtifact(project(xpackModule(' core' )))
21+ testImplementation project(xpackModule(' async' ))
2322
2423 internalClusterTestImplementation project(" :modules:reindex" )
2524
26- javaRestTestImplementation(testArtifact(project(xpackModule(' core' ))))
27- javaRestTestImplementation project(xpackModule(' async-search' ))
28- javaRestTestImplementation project(' :test:framework' )
25+ javaRestTestImplementation testArtifact(project(xpackModule(' core' )))
2926
3027 clusterModules project(" :x-pack:test:deprecated-query" )
3128 clusterModules project(' :modules:analysis-common' )
You can’t perform that action at this time.
0 commit comments