Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
add guava
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhsw authored Feb 2, 2024
1 parent 7a958f2 commit 93d70ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<scope>provided</scope>
</dependency>
<!-- Add your other dependencies here -->

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 93d70ff

Please sign in to comment.