Skip to content

Commit

Permalink
NOTICE and pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Jan 31, 2024
1 parent 3adc7d8 commit 108aaad
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
7 changes: 4 additions & 3 deletions flink-table/flink-sql-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ under the License.
<!--
"mvn dependency:tree" as of Calcite 1.32.0:
[INFO] +- org.apache.calcite:calcite-core:jar:1.32.0:compile
[INFO] | +- org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[INFO] +- org.apache.calcite:calcite-core:jar:1.33.0:compile
[INFO] | +- org.apache.calcite.avatica:avatica-core:jar:1.23.0:compile
[INFO] | +- org.apiguardian:apiguardian-api:jar:1.1.2:compile
[INFO] | \- org.checkerframework:checker-qual:jar:3.12.0:compile
[INFO] | +- org.checkerframework:checker-qual:jar:3.12.0:compile
[INFO] | \- org.apache.commons:commons-math3:jar:3.6.1:runtime
Dependencies that are not needed for how we use Calcite right now.
-->
Expand Down
16 changes: 8 additions & 8 deletions flink-table/flink-table-calcite-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ under the License.
<version>${calcite.version}</version>
<exclusions>
<!--
"mvn dependency:tree" as of Calcite 1.32.0:
[INFO] +- org.apache.calcite:calcite-core:jar:1.32.0:compile
[INFO] | +- org.apache.calcite:calcite-linq4j:jar:1.32.0:compile
"mvn dependency:tree" as of Calcite 1.33.0:
[INFO] +- org.apache.calcite:calcite-core:jar:1.33.0:compile
[INFO] | +- org.apache.calcite:calcite-linq4j:jar:1.33.0:compile
[INFO] | +- org.locationtech.jts:jts-core:jar:1.19.0:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3:compile
[INFO] | +- org.apache.calcite.avatica:avatica-core:jar:1.22.0:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile
[INFO] | +- org.apache.calcite.avatica:avatica-core:jar:1.23.0:compile
[INFO] | +- org.apiguardian:apiguardian-api:jar:1.1.2:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.14.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.14.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-databind:jar:2.15.3:compile
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.7.0:runtime
[INFO] | | \- net.minidev:json-smart:jar:2.4.7:runtime
[INFO] | | \- net.minidev:accessors-smart:jar:2.4.7:runtime
[INFO] | | \- org.ow2.asm:asm:jar:9.1:runtime
[INFO] | +- commons-codec:commons-codec:jar:1.15:runtime
[INFO] | +- org.apache.commons:commons-math3:jar:3.6.1:runtime
[INFO] | \- commons-io:commons-io:jar:2.11.0:runtime
Dependencies that are not needed for how we use Calcite right now.
-->
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This project bundles the following dependencies under the Apache Software Licens

- com.google.guava:guava:32.1.3-jre
- com.google.guava:failureaccess:1.0.1
- org.apache.calcite:calcite-core:1.32.0
- org.apache.calcite:calcite-linq4j:1.32.0
- org.apache.calcite.avatica:avatica-core:1.22.0
- org.apache.calcite:calcite-core:1.33.0
- org.apache.calcite:calcite-linq4j:1.33.0
- org.apache.calcite.avatica:avatica-core:1.23.0
- commons-codec:commons-codec:1.15
- commons-io:commons-io:2.11.0

Expand Down
4 changes: 2 additions & 2 deletions flink-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ under the License.
</dependencyManagement>

<properties>
<calcite.version>1.32.0</calcite.version>
<!-- Calcite 1.32.0 depends on 3.1.8,
<calcite.version>1.33.0</calcite.version>
<!-- Calcite 1.33.0 depends on 3.1.8,
at the same time minimum 3.1.x Janino version passing Flink tests without WAs is 3.1.10,
more details are in FLINK-27995 -->
<janino.version>3.1.10</janino.version>
Expand Down

0 comments on commit 108aaad

Please sign in to comment.