Skip to content

Commit

Permalink
Update to Airbase 90
Browse files Browse the repository at this point in the history
Also update TPCH to be compatible with the new version of Guava.
  • Loading branch information
electrum committed Jan 23, 2019
1 parent f0e4aa6 commit accd094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>88</version>
<version>90</version>
</parent>

<groupId>io.prestosql</groupId>
Expand Down Expand Up @@ -638,7 +638,7 @@
<dependency>
<groupId>io.airlift.tpch</groupId>
<artifactId>tpch</artifactId>
<version>0.9</version>
<version>0.10</version>
</dependency>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions presto-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>

<dependency>
Expand Down

0 comments on commit accd094

Please sign in to comment.