Skip to content

Commit 693ea01

Browse files
committed
Remove inference dependencies
1 parent 6b3191e commit 693ea01

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

x-pack/plugin/esql/compute/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3735
def projectDirectory = project.layout.projectDirectory

x-pack/plugin/esql/compute/src/main/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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;

0 commit comments

Comments
 (0)