2
0
Files
be.wfc/wfc-common/pom.xml
2025-02-08 09:58:22 +08:00

33 lines
1.1 KiB
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-common-log</module>
<module>wfc-common-core</module>
<module>wfc-common-redis</module>
<module>wfc-common-seata</module>
<module>wfc-common-swagger</module>
<module>wfc-common-security</module>
<module>wfc-common-sensitive</module>
<module>wfc-common-datascope</module>
<module>wfc-common-datasource</module>
<module>wfc-common-mail</module>
<module>wfc-common-mybatis</module>
</modules>
<artifactId>wfc-common</artifactId>
<packaging>pom</packaging>
<description>
wfc-common通用模块
</description>
</project>