fix: 优化

This commit is contained in:
msgroup 2023-04-23 11:12:36 +08:00 committed by mingsoft
parent 368a16d00f
commit 3b366e3d63
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mcms</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<!-- 打包war包注意不启用(resources》resource》excludes的配置并注释掉maven-assembly-plugin 插件配置 -->
<!--<packaging>war</packaging>-->
@ -61,7 +61,7 @@
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId>
<version>2.1.19.1</version>
<version>2.1.19.2</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>