From 47b7ec2b0cbca0f217f634d2831aa30d72d85449 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 25 六月 2020 13:35:15 +0800
Subject: [PATCH] 完善操作手册 流程
---
pom.xml | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index a1c206c..5e1c446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.9.3</version>
+ <version>1.9.4</version>
</dependency>
@@ -500,6 +500,24 @@
<version>6.0.0.RC1</version>
</dependency>
+ <!--<dependency>
+ <groupId>org.activiti</groupId>
+ <artifactId>activiti-modeler</artifactId>
+ <version>6.0.0</version>
+ </dependency>-->
+
+ <dependency>
+ <groupId>org.activiti</groupId>
+ <artifactId>activiti-spring-boot-starter-basic</artifactId>
+ <version>6.0.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.mybatis</groupId>
+ <artifactId>mybatis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
--
Gitblit v1.8.0