2022-08-04 09:28:41 +08:00
|
|
|
<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>fast-boot</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>fast-boot-module</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>fast-boot-quartz</module>
|
2022-08-17 14:44:33 +08:00
|
|
|
<module>fast-boot-message</module>
|
2022-08-04 09:28:41 +08:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|