From f4b7ba5ab9850b45e969ff5967b1214f708f1f70 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期五, 29 七月 2022 16:36:23 +0800 Subject: [PATCH] 导入/导出模块 --- pom.xml | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 26eefb3..1a8a9a7 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,11 @@ <artifactId>poi-ooxml</artifactId> <version>${poi.version}</version> </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>${commons.utils.version}</version> + </dependency> <dependency> <groupId>com.alibaba.cloud</groupId> @@ -182,12 +187,6 @@ <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${poi.version}</version> - </dependency> - - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>${commons.utils.version}</version> </dependency> <!-- redis连接 --> -- Gitblit v1.9.2