From 1f35120c7e1375f1915729d4e854c659ffc34b54 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Tue, 3 Jan 2017 16:00:37 -0800 Subject: [PATCH] Downgrade to avatica-server 1.8.0, skip avatica-core. (#3813) This matches the version bundled by Calcite 1.10.0. --- pom.xml | 7 +------ sql/pom.xml | 4 ---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 1ee39ee942f..f370498d8e3 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 2.11.1 - 1.9.0 + 1.8.0 1.10.0 16.0.1 4.1.0 @@ -262,11 +262,6 @@ calcite-linq4j ${calcite.version} - - org.apache.calcite.avatica - avatica-core - ${avatica.version} - org.apache.calcite.avatica avatica-server diff --git a/sql/pom.xml b/sql/pom.xml index 7027584da94..385f906e7cf 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -46,10 +46,6 @@ org.apache.calcite calcite-linq4j - - org.apache.calcite.avatica - avatica-core - org.apache.calcite.avatica avatica-server