NIFI-12346 Upgraded Apache Calcite from 1.35.0 to 1.36.0

This closes #8009

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit 246ffe4ee9027df85ac3c91ddbc75a00a3127406)
This commit is contained in:
mr1716 2023-11-11 12:03:58 -06:00 committed by exceptionfactory
parent 0801885b84
commit e891a01523
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@
<hive3.version>3.1.3</hive3.version>
<hive.version>${hive3.version}</hive.version>
<avatica.version>1.23.0</avatica.version>
<calcite.version>1.35.0</calcite.version>
<calcite.version>1.36.0</calcite.version>
<calcite.avatica.version>1.6.0</calcite.avatica.version>
</properties>

View File

@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.35.0</version>
<version>1.36.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>

View File

@ -261,7 +261,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.35.0</version>
<version>1.36.0</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>