|
@@ -3,7 +3,7 @@
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<parent>
|
|
- <artifactId>720yun_fd</artifactId>
|
|
|
|
|
|
+ <artifactId>720yun_fd_base</artifactId>
|
|
<groupId>com.gis</groupId>
|
|
<groupId>com.gis</groupId>
|
|
<version>1.0.0</version>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
</parent>
|
|
@@ -13,10 +13,9 @@
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
- <dependency>
|
|
|
|
- <groupId>com.gis</groupId>
|
|
|
|
- <artifactId>gis_common</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.gis</groupId>
|
|
|
|
+ <artifactId>gis_common</artifactId>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
-
|
|
|
|
</project>
|
|
</project>
|