添加 guava 依赖。

pull/1/head
ZhouXY108 2023-02-17 15:29:51 +08:00
parent cf068566a1
commit 5b80f70373
1 changed files with 4 additions and 0 deletions

View File

@ -197,6 +197,10 @@
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
<repositories>