|
@@ -2,7 +2,7 @@
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <artifactId>ghjg-item-server</artifactId>
|
|
|
+ <artifactId>ghjg-item-datashare-server</artifactId>
|
|
|
<build>
|
|
|
<finalName>ghjgWebServiceTest</finalName>
|
|
|
<plugins>
|
|
@@ -143,7 +143,7 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <artifactId>ghjg-item-common</artifactId>
|
|
|
+ <artifactId>ghjg-item-datashare-common</artifactId>
|
|
|
<groupId>com.shanghaichengdi</groupId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
@@ -218,7 +218,7 @@
|
|
|
<name>ghjgWebServiceTest</name>
|
|
|
<packaging>war</packaging>
|
|
|
<parent>
|
|
|
- <artifactId>ghjg-item</artifactId>
|
|
|
+ <artifactId>ghjg-item-datashare</artifactId>
|
|
|
<groupId>com.shanghaichengdi</groupId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</parent>
|