We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099fb6e commit 66deb06Copy full SHA for 66deb06
build-tools-internal/version.properties
@@ -16,6 +16,7 @@ ecsLogging = 1.2.0
16
jna = 5.12.1
17
netty = 4.1.126.Final
18
commons_lang3 = 3.9
19
+commons_math3 = 3.6.1
20
google_oauth_client = 1.34.1
21
awsv2sdk = 2.31.78
22
reactive_streams = 1.0.4
x-pack/plugin/esql/build.gradle
@@ -45,6 +45,7 @@ dependencies {
45
api "org.apache.lucene:lucene-spatial3d:${versions.lucene}"
46
api project(":libs:h3")
47
implementation project('arrow')
48
+ implementation "org.apache.commons:commons-math3:${versions.commons_math3}"
49
50
// Also contains a dummy processor to allow compilation with unused annotations.
51
annotationProcessor project('compute:gen')
0 commit comments