2022-03-10 11:06:35 +00:00
|
|
|
<?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">
|
|
|
|
<parent>
|
|
|
|
<artifactId>iotkit-parent</artifactId>
|
|
|
|
<groupId>cc.iotkit</groupId>
|
2024-02-08 16:12:27 +00:00
|
|
|
<version>0.5.2-SNAPSHOT</version>
|
2022-03-10 11:06:35 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<packaging>pom</packaging>
|
2023-05-06 06:46:44 +00:00
|
|
|
<description>
|
|
|
|
提供用于测试的相关工具的模块
|
|
|
|
</description>
|
|
|
|
|
2022-03-10 11:06:35 +00:00
|
|
|
<modules>
|
2023-05-06 06:46:44 +00:00
|
|
|
<module>iot-virtual-device</module>
|
2022-03-10 11:06:35 +00:00
|
|
|
</modules>
|
|
|
|
|
2022-06-30 07:08:45 +00:00
|
|
|
<artifactId>iot-test-tool</artifactId>
|
|
|
|
|
2022-03-10 11:06:35 +00:00
|
|
|
</project>
|