File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<properties >
16
16
<air .main.basedir>${project.parent.basedir} </air .main.basedir>
17
+ <dep .calcite.version>1.38.0</dep .calcite.version>
17
18
</properties >
18
19
19
20
<dependencies >
275
276
<dependency >
276
277
<groupId >org.apache.calcite</groupId >
277
278
<artifactId >calcite-core</artifactId >
278
- <version >1.32.0 </version >
279
+ <version >${dep.calcite.version} </version >
279
280
<exclusions >
280
281
<exclusion >
281
282
<groupId >commons-logging</groupId >
330
331
<dependency >
331
332
<groupId >io.grpc</groupId >
332
333
<artifactId >grpc-api</artifactId >
334
+ <version >${grpc.version} </version >
333
335
<exclusions >
334
336
<exclusion >
335
337
<groupId >com.google.guava</groupId >
372
374
<dependency >
373
375
<groupId >io.grpc</groupId >
374
376
<artifactId >grpc-stub</artifactId >
377
+ <version >${grpc.version} </version >
375
378
</dependency >
376
379
377
380
<dependency >
378
381
<groupId >io.grpc</groupId >
379
382
<artifactId >grpc-netty-shaded</artifactId >
383
+ <version >${grpc.version} </version >
380
384
</dependency >
381
385
<dependency >
382
386
<groupId >org.apache.calcite</groupId >
You can’t perform that action at this time.
0 commit comments