build(security/limiter): 移除无用依赖

This commit is contained in:
2024-06-30 12:26:44 +08:00
parent 635b664d5f
commit 13788d6f57

View File

@@ -16,12 +16,6 @@
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- Hutool 加密解密模块(封装 JDK 中加密解密算法) -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</dependency>
<!-- Web 模块 -->
<dependency>
<groupId>top.continew</groupId>