瀏覽代碼

5.2.4 store链接更新

mingsoft 4 年之前
父節點
當前提交
d635498372
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      pom.xml

+ 6 - 1
pom.xml

@@ -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>