pom.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>iotkit-parent</artifactId>
  7. <groupId>cc.iotkit</groupId>
  8. <version>${revision}</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>iot-components</artifactId>
  12. <packaging>pom</packaging>
  13. <modules>
  14. <module>iot-component-server</module>
  15. <module>iot-component-converter</module>
  16. <module>iot-mqtt-component</module>
  17. <module>iot-emqx-component</module>
  18. <module>iot-component-base</module>
  19. <module>iot-http-biz-component</module>
  20. <module>iot-component-tcp</module>
  21. <module>iot-DLT645-component</module>
  22. <module>iot-websocket-component</module>
  23. <module>iot-nb-component</module>
  24. <!-- <module>iot-ctwing-component</module>-->
  25. </modules>
  26. </project>