1
0
mirror of synced 2026-02-15 00:58:07 +08:00

🎨 移除joda-time依赖

Co-authored-by: hiz <liang@0318>
This commit is contained in:
Hiz
2021-03-10 11:20:06 +08:00
committed by GitHub
parent 30155b316b
commit 2736ea4edf
3 changed files with 15 additions and 13 deletions

View File

@@ -73,11 +73,6 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<profiles>