@@ -93,8 +93,17 @@ arrow = "18.1.0"
93
93
flatbuffers = " 2.0.0"
94
94
95
95
[libraries ]
96
+ antlr4-runtime = { group = " org.antlr" , name = " antlr4-runtime" , version.ref = " antlr4" }
97
+ asm-analysis = { group = " org.ow2.asm" , name = " asm-analysis" , version.ref = " asm" }
98
+ asm-commons = { group = " org.ow2.asm" , name = " asm-commons" , version.ref = " asm" }
99
+ asm-core = { group = " org.ow2.asm" , name = " asm" , version.ref = " asm" }
100
+ asm-tree = { group = " org.ow2.asm" , name = " asm-tree" , version.ref = " asm" }
101
+ asm-util = { group = " org.ow2.asm" , name = " asm-util" , version.ref = " asm" }
96
102
hamcrest = { group = " org.hamcrest" , name = " hamcrest" , version.ref = " hamcrest" }
97
103
hdrhistogram = { group = " org.hdrhistogram" , name = " HdrHistogram" , version.ref = " hdrhistogram" }
104
+ jackson-annotation = { group = " com.fasterxml.jackson.core" , name = " jackson-annotations" , version.ref = " jackson" }
105
+ jackson-databind = { group = " com.fasterxml.jackson.core" , name = " jackson-databind" , version.ref = " jackson_databind" }
106
+ jackson-datatype-jsr310 = { group = " com.fasterxml.jackson.datatype" , name = " jackson-datatype-jsr310" , version.ref = " jackson" }
98
107
jakartaannotation = { group = " jakarta.annotation" , name = " jakarta.annotation-api" , version.ref = " jakarta_annotation" }
99
108
jodatime = { group = " joda-time" , name = " joda-time" , version.ref = " joda" }
100
109
jna = { group = " net.java.dev.jna" , name = " jna" , version.ref = " jna" }
@@ -142,6 +151,13 @@ spatial4j = { group = "org.locationtech.spatial4j", name = "spatial4j", version.
142
151
tdigest = { group = " com.tdunning" , name = " t-digest" , version.ref = " tdigest" }
143
152
144
153
[bundles ]
154
+ asm = [
155
+ " asm-analysis" ,
156
+ " asm-commons" ,
157
+ " asm-core" ,
158
+ " asm-tree" ,
159
+ " asm-util"
160
+ ]
145
161
lucene = [
146
162
" lucene-core" ,
147
163
" lucene-analysis-common" ,
0 commit comments