xucaiqin 2 anni fa
parent
commit
9ee8cee2d1
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  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>