diff --git a/jeecg-boot-base-core/pom.xml b/jeecg-boot-base-core/pom.xml
index 3fbe879..94bba34 100644
--- a/jeecg-boot-base-core/pom.xml
+++ b/jeecg-boot-base-core/pom.xml
@@ -327,5 +327,14 @@
org.jeecgframework.boot
jeecg-boot-starter-chatgpt
+
+ org.springframework.boot
+ spring-boot-starter-validation
+
+
+ com.alibaba
+ easyexcel
+ compile
+
diff --git a/pom.xml b/pom.xml
index 6778056..5357266 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,7 @@
7.4.0
1.11.3
+ 4.0.3
@@ -346,6 +347,13 @@
${dom4j.version}
+
+ com.alibaba
+ easyexcel
+ ${esayexcel.version}
+ compile
+
+