book-api/maku-boot-module/pom.xml
2024-06-25 17:12:42 +08:00

18 lines
628 B
XML

<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">
<parent>
<groupId>net.maku</groupId>
<artifactId>maku-boot</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maku-boot-module</artifactId>
<packaging>pom</packaging>
<modules>
<module>maku-module-quartz</module>
<module>maku-module-generator</module>
<module>maku-module-monitor</module>
<module>maku-module-member</module>
</modules>
</project>