Commit ba313fb9 authored by msgroup's avatar msgroup

依赖源码说明

parent 83870afb
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
<artifactId>ms-base</artifactId> <artifactId>ms-base</artifactId>
<version>2.1.5</version> <version>2.1.5</version>
</dependency> </dependency>
<!--base源码-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-base</artifactId> <artifactId>ms-base</artifactId>
...@@ -57,6 +58,7 @@ ...@@ -57,6 +58,7 @@
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
<version>2.1.5</version> <version>2.1.5</version>
</dependency> </dependency>
<!--basic源码-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
...@@ -69,6 +71,7 @@ ...@@ -69,6 +71,7 @@
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
<version>2.1.5</version> <version>2.1.5</version>
</dependency> </dependency>
<!--mdiy源码-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
...@@ -76,6 +79,7 @@ ...@@ -76,6 +79,7 @@
<classifier>sources</classifier> <classifier>sources</classifier>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId> <artifactId>store-client</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment