新增依赖

This commit is contained in:
阿沐 2024-02-24 12:15:21 +08:00
parent 529deaa0aa
commit 03941f7dfc

View File

@ -93,5 +93,13 @@
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
</dependency>
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>ip2region</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
</dependency>
</dependencies>
</project>