Compare commits
No commits in common. "d8f501726c5bce3541ee9dc3b42e65207b2877f3" and "8f32197ad296a9f9639094993f661b59a42b0da1" have entirely different histories.
d8f501726c
...
8f32197ad2
@ -5,18 +5,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-dependencies</artifactId>
|
||||
<artifactId>cpsp-common-denpendencies</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>api-dependencies</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-entity</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<artifactId>api-denpendencies</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
@ -9,15 +9,13 @@
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>cpsp-common-dependencies</artifactId>
|
||||
<artifactId>cpsp-common-denpendencies</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>api-dependencies</module>
|
||||
<module>server-dependencies</module>
|
||||
<module>api-denpendencies</module>
|
||||
<module>server-denpendencies</module>
|
||||
</modules>
|
||||
|
||||
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
@ -5,18 +5,11 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-dependencies</artifactId>
|
||||
<artifactId>cpsp-common-denpendencies</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>server-dependencies</artifactId>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.psbc.cpsp</groupId>
|
||||
<artifactId>cpsp-common-entity</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<artifactId>server-denpendencies</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
@ -14,7 +14,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>cpsp-common-entity</module>
|
||||
<module>cpsp-common-dependencies</module>
|
||||
<module>cpsp-common-denpendencies</module>
|
||||
</modules>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user