|
@@ -5,12 +5,12 @@
|
|
|
<parent>
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
- <version>2.7.7</version>
|
|
|
|
|
|
|
+ <version>2.7.18</version>
|
|
|
</parent>
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-mcms</artifactId>
|
|
<artifactId>ms-mcms</artifactId>
|
|
|
- <version>5.3.5</version>
|
|
|
|
|
|
|
+ <version>5.3.6</version>
|
|
|
<name>${project.groupId}:${project.artifactId}</name>
|
|
<name>${project.groupId}:${project.artifactId}</name>
|
|
|
<!-- 打包war包,注意不启用(resources》resource》excludes的配置并注释掉maven-assembly-plugin 插件配置 -->
|
|
<!-- 打包war包,注意不启用(resources》resource》excludes的配置并注释掉maven-assembly-plugin 插件配置 -->
|
|
|
<!--<packaging>war</packaging>-->
|
|
<!--<packaging>war</packaging>-->
|
|
@@ -44,24 +44,24 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-base</artifactId>
|
|
<artifactId>ms-base</artifactId>
|
|
|
- <version>2.1.25</version>
|
|
|
|
|
|
|
+ <version>2.1.26</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-basic</artifactId>
|
|
<artifactId>ms-basic</artifactId>
|
|
|
- <version>2.1.25</version>
|
|
|
|
|
|
|
+ <version>2.1.26</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>ms-mdiy</artifactId>
|
|
<artifactId>ms-mdiy</artifactId>
|
|
|
- <version>2.1.25</version>
|
|
|
|
|
|
|
+ <version>2.1.26</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
|
|
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>net.mingsoft</groupId>
|
|
<groupId>net.mingsoft</groupId>
|
|
|
<artifactId>store-client</artifactId>
|
|
<artifactId>store-client</artifactId>
|
|
|
- <version>2.1.25</version>
|
|
|
|
|
|
|
+ <version>2.1.26</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.github.oshi</groupId>
|
|
<groupId>com.github.oshi</groupId>
|