bihuisong vor 6 Monaten
Ursprung
Commit
16fad7f47e
2 geänderte Dateien mit 8 neuen und 1 gelöschten Zeilen
  1. 7 0
      pom.xml
  2. 1 1
      qmjszx-pay/pom.xml

+ 7 - 0
pom.xml

@@ -236,6 +236,13 @@
                 <version>${qmjszx.version}</version>
             </dependency>
 
+            <!-- 业务依赖-->
+            <dependency>
+                <groupId>qmjszx</groupId>
+                <artifactId>qmjszx-pay</artifactId>
+                <version>${qmjszx.version}</version>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 

+ 1 - 1
qmjszx-pay/pom.xml

@@ -3,8 +3,8 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>qmjszx</groupId>
         <artifactId>qmjszx</artifactId>
+        <groupId>qmjszx</groupId>
         <version>4.8.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>