From d37a3ee6a7439b376b260177f3fb318a94833b5e Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期二, 07 一月 2025 15:24:39 +0800 Subject: [PATCH] fix --- assess-common/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/assess-common/pom.xml b/assess-common/pom.xml index 2e310ce..f22f60d 100644 --- a/assess-common/pom.xml +++ b/assess-common/pom.xml @@ -116,6 +116,11 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> + + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.2