소스 검색

订单模块api新增bom声明

xucaiqin 2 년 전
부모
커밋
95074c8a3b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      sckw-modules-api/sckw-modules-bom/pom.xml

+ 5 - 0
sckw-modules-api/sckw-modules-bom/pom.xml

@@ -45,6 +45,11 @@
                 <artifactId>sckw-transport-api</artifactId>
                 <version>1.0.0</version>
             </dependency>
+            <dependency>
+                <groupId>com.sckw</groupId>
+                <artifactId>sckw-order-api</artifactId>
+                <version>1.0.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>