.flattened-pom.xml 974 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>cc.iotkit</groupId>
  7. <artifactId>iotkit-parent</artifactId>
  8. <version>0.4.5-SNAPSHOT</version>
  9. </parent>
  10. <groupId>cc.iotkit</groupId>
  11. <artifactId>iot-components</artifactId>
  12. <version>0.4.5-SNAPSHOT</version>
  13. <packaging>pom</packaging>
  14. <modules>
  15. <module>iot-component-server</module>
  16. <module>iot-component-converter</module>
  17. <module>iot-mqtt-component</module>
  18. <module>iot-emqx-component</module>
  19. <module>iot-component-base</module>
  20. <module>iot-http-biz-component</module>
  21. <module>iot-component-tcp</module>
  22. <module>iot-DLT645-component</module>
  23. <module>iot-websocket-component</module>
  24. </modules>
  25. </project>