Files
pigx_ishare/pigx-common/pom.xml
2026-02-16 23:20:59 +08:00

40 lines
1.4 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.pig4cloud</groupId>
<artifactId>pigx</artifactId>
<version>5.2.0</version>
</parent>
<artifactId>pigx-common</artifactId>
<packaging>pom</packaging>
<description>pigx 公共聚合模块</description>
<modules>
<module>pigx-common-audit</module>
<module>pigx-common-bom</module>
<module>pigx-common-core</module>
<module>pigx-common-data</module>
<module>pigx-common-datasource</module>
<module>pigx-common-excel</module>
<module>pigx-common-encrypt-api</module>
<module>pigx-common-feign</module>
<module>pigx-common-gateway</module>
<module>pigx-common-gray</module>
<module>pigx-common-idempotent</module>
<module>pigx-common-job</module>
<module>pigx-common-log</module>
<module>pigx-common-oss</module>
<module>pigx-common-seata</module>
<module>pigx-common-security</module>
<module>pigx-common-sentinel</module>
<module>pigx-common-sequence</module>
<module>pigx-common-swagger</module>
<module>pigx-common-websocket</module>
<module>pigx-common-xss</module>
</modules>
</project>