common-denpendencies模块及相关pom创建

This commit is contained in:
fengjuncheng 2025-04-03 14:01:09 +08:00
parent 6fbf0c9c58
commit 2a3acc2dbf
4 changed files with 24 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -14,7 +14,7 @@
<packaging>pom</packaging>
<modules>
<module>cpsp-common-entity</module>
<module>cpsp-common-denpendencies</module>
<module>cpsp-common-dependencies</module>
</modules>