5.2.4 store链接更新

This commit is contained in:
mingsoft 2021-09-30 11:15:56 +08:00
parent e9c30ee018
commit d635498372
1 changed files with 6 additions and 1 deletions

View File

@ -80,7 +80,12 @@
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>
<!--store入口依赖源码不开发如果不需要MStore可以直接去掉依赖-->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId>
<version>2.1.8</version>
</dependency>
</dependencies>
<build>