You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tl...@apache.org on 2020/12/15 13:05:23 UTC

[ignite] branch sql-calcite updated: IGNITE-13844 Calcite additional dependencies (#8569)

This is an automated email from the ASF dual-hosted git repository.

tledkov pushed a commit to branch sql-calcite
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/sql-calcite by this push:
     new 23195e7  IGNITE-13844 Calcite additional dependencies (#8569)
23195e7 is described below

commit 23195e74cd1c4420b666ccb04886ae11c4d1bcc5
Author: zstan <st...@gmail.com>
AuthorDate: Tue Dec 15 16:05:05 2020 +0300

    IGNITE-13844 Calcite additional dependencies (#8569)
---
 modules/calcite/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index 373ab33..1491b62 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -30,6 +30,8 @@
         <avatica.version>1.17.0</avatica.version>
         <jsonpath.version>2.4.0</jsonpath.version>
         <reflections.version>0.9.10</reflections.version>
+        <javassist.version>3.27.0-GA</javassist.version>
+        <esri.geometry.version>2.2.3</esri.geometry.version>
     </properties>
 
     <parent>
@@ -133,6 +135,18 @@
         </dependency>
 
         <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>${javassist.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.esri.geometry</groupId>
+            <artifactId>esri-geometry-api</artifactId>
+            <version>${esri.geometry.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
             <version>${project.version}</version>