iotkit-parent/iot-components/.flattened-pom.xml

26 lines
974 B
XML
Raw Normal View History

2023-05-29 07:46:43 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cc.iotkit</groupId>
<artifactId>iotkit-parent</artifactId>
<version>0.4.5-SNAPSHOT</version>
</parent>
<groupId>cc.iotkit</groupId>
<artifactId>iot-components</artifactId>
<version>0.4.5-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<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>
<module>iot-component-tcp</module>
<module>iot-DLT645-component</module>
<module>iot-websocket-component</module>
</modules>
</project>