mirror of https://github.com/apache/druid.git
Downgrade to avatica-server 1.8.0, skip avatica-core. (#3813)
This matches the version bundled by Calcite 1.10.0.
This commit is contained in:
parent
d8702ebece
commit
1f35120c7e
7
pom.xml
7
pom.xml
|
@ -59,7 +59,7 @@
|
|||
|
||||
<properties>
|
||||
<apache.curator.version>2.11.1</apache.curator.version>
|
||||
<avatica.version>1.9.0</avatica.version>
|
||||
<avatica.version>1.8.0</avatica.version>
|
||||
<calcite.version>1.10.0</calcite.version>
|
||||
<guava.version>16.0.1</guava.version>
|
||||
<guice.version>4.1.0</guice.version>
|
||||
|
@ -262,11 +262,6 @@
|
|||
<artifactId>calcite-linq4j</artifactId>
|
||||
<version>${calcite.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite.avatica</groupId>
|
||||
<artifactId>avatica-core</artifactId>
|
||||
<version>${avatica.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite.avatica</groupId>
|
||||
<artifactId>avatica-server</artifactId>
|
||||
|
|
|
@ -46,10 +46,6 @@
|
|||
<groupId>org.apache.calcite</groupId>
|
||||
<artifactId>calcite-linq4j</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite.avatica</groupId>
|
||||
<artifactId>avatica-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite.avatica</groupId>
|
||||
<artifactId>avatica-server</artifactId>
|
||||
|
|
Loading…
Reference in New Issue