Skip to content

Commit

Permalink
Refine Deps in common module
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Feb 28, 2022
1 parent 24d5299 commit a5ad3cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kyuubi-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
<artifactId>jackson-databind</artifactId>
</dependency>

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

<dependency>
<groupId>org.apache.kyuubi</groupId>
<artifactId>kyuubi-common_${scala.binary.version}</artifactId>
Expand Down

0 comments on commit a5ad3cc

Please sign in to comment.