pom.xml 904 B

1234567891011121314151617181920212223242526
  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>jetlinks-components</artifactId>
  7. <groupId>org.jetlinks.pro</groupId>
  8. <version>1.20.0-SNAPSHOT</version>
  9. <relativePath>../pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <artifactId>notify-component</artifactId>
  13. <packaging>pom</packaging>
  14. <modules>
  15. <module>notify-core</module>
  16. <module>notify-sms</module>
  17. <module>notify-email</module>
  18. <module>notify-wechat</module>
  19. <module>notify-dingtalk</module>
  20. <module>notify-voice</module>
  21. <module>notify-network</module>
  22. </modules>
  23. </project>