pom.xml 898 B

123456789101112131415161718192021222324
  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>0.3.1-SNAPSHOT</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-ctwing-component</module>-->
  21. </modules>
  22. </project>