浏览代码

新增运输服务api声明

xucaiqin 2 年之前
父节点
当前提交
73a61666af
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      sckw-modules-api/sckw-modules-bom/pom.xml

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

@@ -40,6 +40,11 @@
                 <artifactId>sckw-fleet-api</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>com.sckw</groupId>
+                <artifactId>sckw-transport-api</artifactId>
+                <version>1.0.0</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>