2
0
Files
be.wfc/wfc-modules/pom.xml

28 lines
820 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>3.6.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-modules-user</module>
<module>wfc-pay</module>
</modules>
<artifactId>wfc-modules</artifactId>
<packaging>pom</packaging>
<description>
wfc-modules业务模块
</description>
</project>