From c7cf4606c748e3ef2a4df1811b60e0ef000ff9e8 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 24 四月 2026 13:43:45 +0800
Subject: [PATCH] fix: 库存导入导出缺失厚度

---
 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