Skip to content

Commit

Permalink
Fix benchto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and sopel39 committed Aug 4, 2020
1 parent c56f90a commit ac4d3c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions presto-benchto-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,23 @@
</properties>

<dependencies>
<dependency>
<groupId>io.prestosql.benchto</groupId>
<artifactId>benchto-driver</artifactId>
<version>0.11</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-jdbc</artifactId>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>io.prestosql</groupId>
<artifactId>presto-main</artifactId>
Expand Down

0 comments on commit ac4d3c8

Please sign in to comment.