mirror of
https://github.com/apache/nifi.git
synced 2025-03-02 23:49:11 +00:00
NIFI-12346 Upgraded Apache Calcite from 1.35.0 to 1.36.0
This closes #8009 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
4a4eb2c109
commit
246ffe4ee9
@ -49,7 +49,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>
|
||||
|
@ -117,7 +117,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>
|
||||
|
||||
|
@ -68,7 +68,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>
|
||||
|
@ -262,7 +262,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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user