This commit is contained in:
luoxj 2020-08-31 11:35:20 +08:00
parent 49e02e6940
commit d9ffba537c
1 changed files with 3 additions and 8 deletions

11
pom.xml
View File

@ -48,12 +48,7 @@
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId>
<version>1.0.29-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-upgrader</artifactId>
<version>1.0.18-SNAPSHOT</version>
<version>1.0.30-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.stuxuhai</groupId>
@ -63,8 +58,8 @@
<!-- 此部分是铭飞平台MStroe的客户端MStore不在铭飞开源产品范围如果不需要使用MStore可以删除掉 -->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-upgrader</artifactId>
<version>1.0.17</version>
<artifactId>store-client</artifactId>
<version>2.0</version>
</dependency>
</dependencies>
<build>