iotkit-parent/protocol-gateway/pom.xml

24 lines
855 B
XML
Raw Normal View History

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>
<version>0.1.0-SNAPSHOT</version>
2022-03-10 11:06:35 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>protocol-gateway</artifactId>
<packaging>pom</packaging>
<modules>
2022-03-23 10:58:29 +00:00
<module>component-server</module>
2022-03-22 11:05:54 +00:00
<module>converter</module>
2022-03-23 10:58:29 +00:00
<module>mqtt-component</module>
2022-03-28 00:20:00 +00:00
<module>emqx-component</module>
2022-03-23 10:58:29 +00:00
<module>component</module>
2022-03-28 11:02:35 +00:00
<module>mqtt-client-simulator</module>
<module>http-biz-component</module>
2022-03-10 11:06:35 +00:00
</modules>
</project>