From 4a16f209719581b777c003c064552b7f10a79b60 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 20 四月 2026 09:15:58 +0800
Subject: [PATCH] chore: 去除重复依赖

---
 pom.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 553dbf2..7f6a43f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,11 +324,6 @@
         </dependency>
 
         <dependency>
-            <groupId>cn.hutool</groupId>
-            <artifactId>hutool-all</artifactId>
-            <version>5.8.43</version>
-        </dependency>
-        <dependency>
             <groupId>com.fasterxml.jackson.datatype</groupId>
             <artifactId>jackson-datatype-jsr310</artifactId>
         </dependency>

--
Gitblit v1.9.3