Browse Source

Merge remote-tracking branch 'origin/develop' into develop

# Conflicts:
#	pom.xml
kgy 6 months ago
parent
commit
51ba738ddf
3 changed files with 12 additions and 0 deletions
  1. 6 0
      pom.xml
  2. 5 0
      ruoyi-admin/pom.xml
  3. 1 0
      ruoyi-modules/pom.xml

+ 6 - 0
pom.xml

@@ -368,6 +368,12 @@
                 <version>${revision}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.dromara</groupId>
+                <artifactId>ruoyi-customerManagement</artifactId>
+                <version>${revision}</version>
+            </dependency>
+
 
             <!--  工作流模块  -->
             <dependency>

+ 5 - 0
ruoyi-admin/pom.xml

@@ -80,6 +80,11 @@
             <artifactId>ruoyi-commodityManagement</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.dromara</groupId>
+            <artifactId>ruoyi-customerManagement</artifactId>
+        </dependency>
+
         <!-- 代码生成-->
         <dependency>
             <groupId>org.dromara</groupId>

+ 1 - 0
ruoyi-modules/pom.xml

@@ -18,6 +18,7 @@
         <module>ruoyi-bulkOrder</module>
         <module>ruoyi-developmentManagement</module>
         <module>ruoyi-commodityManagement</module>
+        <module>ruoyi-customerManagement</module>
     </modules>
 
     <artifactId>ruoyi-modules</artifactId>