Parcourir la source

引入api接口

xucaiqin il y a 2 ans
Parent
commit
9ee8cee2d1
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      sckw-modules/sckw-payment/pom.xml

+ 8 - 1
sckw-modules/sckw-payment/pom.xml

@@ -62,7 +62,14 @@
             <groupId>com.sckw</groupId>
             <artifactId>sckw-transport-api</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>com.sckw</groupId>
+            <artifactId>sckw-order-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sckw</groupId>
+            <artifactId>sckw-order-api</artifactId>
+        </dependency>
     </dependencies>
     <build>
         <plugins>