From 0d0f324ecf2aaa64faaac3566cc4845ae2df02a9 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期四, 28 七月 2022 12:25:48 +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