Skip to content

Commit

Permalink
Merge pull request #119 from datafuselabs/fix/pom-not-found
Browse files Browse the repository at this point in the history
fix: common.google class not found
  • Loading branch information
hantmac authored Jan 2, 2024
2 parents 865a36c + bc9b68b commit 503a97a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions databend-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.6</version>
</dependency>


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

<!-- https://mvnrepository.com/artifact/com.squareup.okio/okio -->
<dependency>
Expand Down

0 comments on commit 503a97a

Please sign in to comment.