Skip to content

Commit 503a97a

Browse files
authored
Merge pull request #119 from datafuselabs/fix/pom-not-found
fix: common.google class not found
2 parents 865a36c + bc9b68b commit 503a97a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

databend-jdbc/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@
5151
<artifactId>slf4j-api</artifactId>
5252
<version>2.0.6</version>
5353
</dependency>
54-
55-
54+
<dependency>
55+
<groupId>com.google.guava</groupId>
56+
<artifactId>guava</artifactId>
57+
</dependency>
5658

5759
<!-- https://mvnrepository.com/artifact/com.squareup.okio/okio -->
5860
<dependency>

0 commit comments

Comments
 (0)