Skip to content

Commit

Permalink
Downgrade to avatica-server 1.8.0, skip avatica-core. (apache#3813)
Browse files Browse the repository at this point in the history
This matches the version bundled by Calcite 1.10.0.
  • Loading branch information
gianm authored and fjy committed Jan 4, 2017
1 parent d8702eb commit 1f35120
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1f35120

Please sign in to comment.