From 306d231e1906f60e7ecf3d25aac45dee802a61e2 Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: Thu, 28 Jul 2022 16:52:03 +0800
Subject: [PATCH] 事故管理审批
---
pom.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index ab9845d..1a8a9a7 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>
@@ -119,6 +120,11 @@
<groupId>org.apache.poi</groupId>
<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>
@@ -222,6 +228,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