From 635ca18ac15d89d948dd68f0b8e7e83a2e9437ad Mon Sep 17 00:00:00 2001
From: yxt_djz <313618925@qq.com>
Date: Mon, 11 Jul 2022 18:37:35 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4fastjson=E5=BC=95=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
yxt-common/yxt-common-base/pom.xml | 8 --------
yxt-common/yxt-common-core/pom.xml | 5 +++++
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/yxt-common/yxt-common-base/pom.xml b/yxt-common/yxt-common-base/pom.xml
index bccda39..f24a273 100644
--- a/yxt-common/yxt-common-base/pom.xml
+++ b/yxt-common/yxt-common-base/pom.xml
@@ -92,17 +92,10 @@
wsdl4j
1.6.3
-
-
commons-codec
commons-codec
-
- com.alibaba
- fastjson
- 1.2.73
-
org.apache.poi
poi
@@ -112,7 +105,6 @@
poi-ooxml
3.14
-
diff --git a/yxt-common/yxt-common-core/pom.xml b/yxt-common/yxt-common-core/pom.xml
index 5c3ddab..ddb80bc 100644
--- a/yxt-common/yxt-common-core/pom.xml
+++ b/yxt-common/yxt-common-core/pom.xml
@@ -48,5 +48,10 @@
org.springframework.boot
spring-boot-starter-web
+
+ com.alibaba
+ fastjson
+ 1.2.73
+
\ No newline at end of file