Skip to content

Commit

Permalink
Update calcite to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 6, 2023
1 parent 90315ec commit d6f2f40
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions plugin/trino-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@
<air.test.parallel>instances</air.test.parallel>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.32.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1874,13 +1874,13 @@
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.16.1</version>
<version>1.19.0</version>
</dependency>

<dependency>
<groupId>org.locationtech.jts.io</groupId>
<artifactId>jts-io-common</artifactId>
<version>1.16.1</version>
<version>1.19.0</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
Expand Down

0 comments on commit d6f2f40

Please sign in to comment.