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