common-denpendencies模块及相关pom创建 #7
@ -5,11 +5,18 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-denpendencies</artifactId>
|
||||
<artifactId>cpsp-common-dependencies</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>api-denpendencies</artifactId>
|
||||
<artifactId>api-dependencies</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-entity</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
@ -9,13 +9,15 @@
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>cpsp-common-denpendencies</artifactId>
|
||||
<artifactId>cpsp-common-dependencies</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>api-denpendencies</module>
|
||||
<module>server-denpendencies</module>
|
||||
<module>api-dependencies</module>
|
||||
<module>server-dependencies</module>
|
||||
</modules>
|
||||
|
||||
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
@ -5,11 +5,18 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-denpendencies</artifactId>
|
||||
<artifactId>cpsp-common-dependencies</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>server-denpendencies</artifactId>
|
||||
<artifactId>server-dependencies</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-entity</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
@ -14,7 +14,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>cpsp-common-entity</module>
|
||||
<module>cpsp-common-denpendencies</module>
|
||||
<module>cpsp-common-dependencies</module>
|
||||
</modules>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user