Skip to content

Commit 66deb06

Browse files
committed
add math3 dep
1 parent 099fb6e commit 66deb06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-tools-internal/version.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ecsLogging = 1.2.0
1616
jna = 5.12.1
1717
netty = 4.1.126.Final
1818
commons_lang3 = 3.9
19+
commons_math3 = 3.6.1
1920
google_oauth_client = 1.34.1
2021
awsv2sdk = 2.31.78
2122
reactive_streams = 1.0.4

x-pack/plugin/esql/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies {
4545
api "org.apache.lucene:lucene-spatial3d:${versions.lucene}"
4646
api project(":libs:h3")
4747
implementation project('arrow')
48+
implementation "org.apache.commons:commons-math3:${versions.commons_math3}"
4849

4950
// Also contains a dummy processor to allow compilation with unused annotations.
5051
annotationProcessor project('compute:gen')

0 commit comments

Comments
 (0)