Преглед изворни кода

新增运输服务api声明

xucaiqin пре 2 година
родитељ
комит
89f64e8307
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>