File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
x-pack/plugin/esql/compute Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ dependencies {
1616 compileOnly project(xpackModule(' ml' ))
1717 annotationProcessor project(' gen' )
1818 implementation ' com.carrotsearch:hppc:0.8.1'
19- implementation project(xpackModule(' inference' ))
2019
2120 testImplementation(project(' :modules:analysis-common' ))
2221 testImplementation(project(' :test:framework' ))
@@ -31,7 +30,6 @@ dependencies {
3130 }
3231 testImplementation(project(xpackModule(' core' )))
3332 testImplementation(project(xpackModule(' ml' )))
34- testImplementation(project(xpackModule(' inference' )))
3533}
3634
3735def projectDirectory = project. layout. projectDirectory
Original file line number Diff line number Diff line change 2121 requires org .elasticsearch .geo ;
2222 requires org .elasticsearch .xcore ;
2323 requires hppc ;
24- requires org .elasticsearch .inference ;
2524
2625 exports org .elasticsearch .compute ;
2726 exports org .elasticsearch .compute .aggregation ;
You can’t perform that action at this time.
0 commit comments