Skip to content

Commit bc9b68b

Browse files
committed
fix: common.google class not found
1 parent 865a36c commit bc9b68b

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)