Skip to content

Commit

Permalink
Add missing jol-core SPI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed Jul 5, 2021
1 parent d5be038 commit 5cacd61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/trino-google-sheets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId>
<scope>provided</scope>
</dependency>

<!-- for testing -->
<dependency>
<groupId>io.trino</groupId>
Expand Down

0 comments on commit 5cacd61

Please sign in to comment.