更改pom版本以及修改pom的结构

This commit is contained in:
everywhere.z
2022-06-27 17:37:21 +08:00
parent bcc48e4f5d
commit ba240d097d
15 changed files with 31 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>liteflow</artifactId>
<groupId>com.yomahub</groupId>
<version>2.7.3</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,10 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>