pom.xml 723 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  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>qhiot-link-modules</artifactId>
  7. <groupId>com.qhiot</groupId>
  8. <version>1.1.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>qhiot-log</artifactId>
  12. <packaging>pom</packaging>
  13. <modules>
  14. <!-- <module>qhiot-log2es</module>-->
  15. <!-- <module>qhiot-log2jms</module>-->
  16. <!-- <module>qhiot-log2es-browser</module>-->
  17. </modules>
  18. </project>