iotkit-parent/iot-components/pom.xml

28 lines
1.1 KiB
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>
2023-05-06 06:46:44 +00:00
<version>${revision}</version>
2022-03-10 11:06:35 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
2022-06-30 07:08:45 +00:00
<artifactId>iot-components</artifactId>
2022-03-10 11:06:35 +00:00
<packaging>pom</packaging>
<modules>
2022-06-30 07:08:45 +00:00
<module>iot-component-server</module>
<module>iot-component-converter</module>
<module>iot-mqtt-component</module>
<module>iot-emqx-component</module>
<module>iot-component-base</module>
<module>iot-http-biz-component</module>
2022-12-13 15:09:37 +00:00
<module>iot-component-tcp</module>
<module>iot-DLT645-component</module>
2023-04-14 23:16:07 +00:00
<module>iot-websocket-component</module>
<module>iot-nb-component</module>
<!-- <module>iot-ctwing-component</module>-->
2022-03-10 11:06:35 +00:00
</modules>
</project>