新增服务中心2

This commit is contained in:
wuminglong 2019-07-26 14:22:24 +08:00
parent 2b93561eaa
commit 1b14542101
3 changed files with 14 additions and 1 deletions

View File

@ -72,6 +72,12 @@
<groupId>com.bmw</groupId>
<artifactId>bmw-generator</artifactId>
</dependency>
<!-- 服务中心-->
<dependency>
<groupId>com.bmw</groupId>
<artifactId>bmw-servicecenter</artifactId>
</dependency>
</dependencies>

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bmw-servicecentre</artifactId>
<artifactId>bmw-servicecenter</artifactId>
<description>
服务中心模块

View File

@ -202,6 +202,13 @@
<artifactId>bmw-common</artifactId>
<version>${bmw.version}</version>
</dependency>
<!-- 服务中心模块-->
<dependency>
<groupId>com.bmw</groupId>
<artifactId>bmw-servicecenter</artifactId>
<version>${bmw.version}</version>
</dependency>
</dependencies>
</dependencyManagement>