From c4354b452cb7b09fe28a9e8ea81f455df1c68de8 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期五, 05 八月 2022 17:02:59 +0800 Subject: [PATCH] 流程fix --- pom.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index ab9845d..164b1d2 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ <poi.version>4.1.2</poi.version> <com.alibaba.cloud.version>2.2.8.RELEASE</com.alibaba.cloud.version> <jta.starter.version>2.7.1</jta.starter.version> + <commons.utils.version>1.9.4</commons.utils.version> </properties> <parent> @@ -127,6 +128,13 @@ <version>${com.alibaba.cloud.version}</version> </dependency> + + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>${commons.utils.version}</version> + </dependency> + </dependencies> </dependencyManagement> @@ -183,6 +191,7 @@ <version>${poi.version}</version> </dependency> + <!-- redis连接 --> <dependency> <groupId>org.springframework.boot</groupId> @@ -222,6 +231,10 @@ <artifactId>dubbo-registry-nacos</artifactId> </dependency> <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </dependency> + <dependency> <groupId>io.minio</groupId> <artifactId>minio</artifactId> </dependency> -- Gitblit v1.9.2