新增服务中心2
This commit is contained in:
parent
2b93561eaa
commit
1b14542101
|
|
@ -72,6 +72,12 @@
|
||||||
<groupId>com.bmw</groupId>
|
<groupId>com.bmw</groupId>
|
||||||
<artifactId>bmw-generator</artifactId>
|
<artifactId>bmw-generator</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- 服务中心-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.bmw</groupId>
|
||||||
|
<artifactId>bmw-servicecenter</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>bmw-servicecentre</artifactId>
|
<artifactId>bmw-servicecenter</artifactId>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
服务中心模块
|
服务中心模块
|
||||||
|
|
|
||||||
7
pom.xml
7
pom.xml
|
|
@ -202,6 +202,13 @@
|
||||||
<artifactId>bmw-common</artifactId>
|
<artifactId>bmw-common</artifactId>
|
||||||
<version>${bmw.version}</version>
|
<version>${bmw.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- 服务中心模块-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.bmw</groupId>
|
||||||
|
<artifactId>bmw-servicecenter</artifactId>
|
||||||
|
<version>${bmw.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue