Files
aivfo-framework/module/pom.xml
T
2023-04-24 09:08:05 +08:00

16 lines
609 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">
<groupId>com.avifo</groupId>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>module</artifactId>
<version>stable</version>
<modules>
<module>aivfo-mqtt-spring-boot</module>
<module>aivfo-log-spring-boot</module>
<module>aivfo-dependencies-spring-boot-module</module>
</modules>
</project>