28 lines
816 B
XML
28 lines
816 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>org.wfc</groupId>
|
|
<artifactId>wfc</artifactId>
|
|
<version>1.0.5</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modules>
|
|
<module>wfc-system</module>
|
|
<module>wfc-gen</module>
|
|
<module>wfc-job</module>
|
|
<module>wfc-file</module>
|
|
<module>wfc-user</module>
|
|
<module>wfc-payment</module>
|
|
</modules>
|
|
|
|
<artifactId>wfc-modules</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<description>
|
|
wfc-modules业务模块
|
|
</description>
|
|
|
|
</project>
|