Zxwl-Sweeper-Auto/zxwl-modules/pom.xml
2025-09-08 16:01:55 +08:00

21 lines
688 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.zxwl</groupId>
<artifactId>zxwl-sweeper-auto</artifactId>
<version>${revision}</version>
</parent>
<artifactId>zxwl-modules</artifactId>
<description>业务模块</description>
<packaging>pom</packaging>
<modules>
<module>zxwl-system</module>
<module>zxwl-sweeper</module>
</modules>
</project>