2024-12-14 21:51:17 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-12-16 18:18:53 +08:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2024-12-16 22:25:01 +08:00
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2024-12-14 21:51:17 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2024-12-16 18:18:53 +08:00
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
2024-12-14 21:51:17 +08:00
|
|
|
<artifactId>yudao-module-iot-plugin</artifactId>
|
2024-12-16 18:18:53 +08:00
|
|
|
<version>0.0.1</version>
|
2024-12-16 22:25:01 +08:00
|
|
|
<packaging>pom</packaging>
|
2024-12-14 21:51:17 +08:00
|
|
|
|
2024-12-16 22:25:01 +08:00
|
|
|
<modules>
|
|
|
|
<module>yudao-module-iot-http-plugin</module>
|
|
|
|
</modules>
|
2024-12-14 21:51:17 +08:00
|
|
|
|
2024-12-16 22:25:01 +08:00
|
|
|
<name>${project.artifactId}</name>
|
|
|
|
<description>
|
|
|
|
物联网模块 - 插件模块
|
|
|
|
</description>
|
2024-12-16 18:18:53 +08:00
|
|
|
|
|
|
|
</project>
|