msgroup 4 rokov pred
rodič
commit
ba313fb935
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      pom.xml

+ 4 - 0
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>