ShiShiYiBan/yudao-module-iot/yudao-module-iot-plugin/pom.xml

20 lines
664 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-module-iot-plugin</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
<modules>
<module>yudao-module-iot-http-plugin</module>
</modules>
<name>${project.artifactId}</name>
<description>
物联网模块 - 插件模块
</description>
</project>