From f21cff62d4b6eb3433f6d5bb2c1ad8fae71d2a35 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 20 四月 2026 11:34:08 +0800
Subject: [PATCH] feat: 返回厚度字段

---
 pom.xml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

--
Gitblit v1.9.3