Files
AgileBoot-Back-End/wol-modules/pom.xml
cuijiawang a8e2887bbf fix
2025-10-11 09:55:31 +08:00

19 lines
592 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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.agileboot</groupId>
<artifactId>agileboot</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>wol-modules</artifactId>
<packaging>pom</packaging>
<modules>
<module>wol-module-codegen</module>
<module>wol-module-ai</module>
</modules>
</project>