File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
<properties >
16
16
<air .main.basedir>${project.parent.basedir} </air .main.basedir>
17
17
<grpc .version>1.68.0</grpc .version>
18
+ <dep .calcite.version>1.38.0</dep .calcite.version>
18
19
</properties >
19
20
20
21
<dependencies >
276
277
<dependency >
277
278
<groupId >org.apache.calcite</groupId >
278
279
<artifactId >calcite-core</artifactId >
279
- <version >1.32.0 </version >
280
+ <version >${dep.calcite.version} </version >
280
281
<exclusions >
281
282
<exclusion >
282
283
<groupId >commons-logging</groupId >
386
387
<dependency >
387
388
<groupId >org.apache.calcite</groupId >
388
389
<artifactId >calcite-babel</artifactId >
389
- <version >1.29.0 </version >
390
+ <version >${dep.calcite.version} </version >
390
391
</dependency >
391
392
<dependency >
392
393
<groupId >io.perfmark</groupId >
You can’t perform that action at this time.
0 commit comments