From 2f71d2a6f77277766f81ecfcfc1df19a4784e897 Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: 星期一, 08 八月 2022 19:05:40 +0800
Subject: [PATCH] 事故rpc接口

---
 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