Skip to content

Commit

Permalink
fix: Updated to the latest version of Apache Calcite
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Dec 23, 2021
1 parent b45ec67 commit 17ae381
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions plc4j/integrations/apache-calcite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-integrations</artifactId>
<version>0.10.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>plc4j-apache-calcite</artifactId>

<name>PLC4J: Integrations: Apache Calcite</name>

<properties>
<calcite-core.version>1.26.0</calcite-core.version>
<calcite-core.version>1.28.0</calcite-core.version>
</properties>

<build>
Expand Down Expand Up @@ -147,10 +149,15 @@

<dependencyManagement>
<dependencies>
<dependency>
<!--dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.1</version>
</dependency-->
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.10.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 17ae381

Please sign in to comment.