依赖源码说明

master
msgroup 4 years ago
parent 83870afbad
commit ba313fb935
  1. 4
      pom.xml

@ -45,6 +45,7 @@
<artifactId>ms-base</artifactId>
<version>2.1.5</version>
</dependency>
<!--base源码-->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-base</artifactId>
@ -57,6 +58,7 @@
<artifactId>ms-basic</artifactId>
<version>2.1.5</version>
</dependency>
<!--basic源码-->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId>
@ -69,6 +71,7 @@
<artifactId>ms-mdiy</artifactId>
<version>2.1.5</version>
</dependency>
<!--mdiy源码-->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId>
@ -76,6 +79,7 @@
<classifier>sources</classifier>
<scope>provided</scope>
</dependency>
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId>

Loading…
Cancel
Save