pom.xml 805 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>suishenbang-oneportal</artifactId>
  7. <groupId>com.dgtly</groupId>
  8. <version>4.0.0</version>
  9. </parent>
  10. <artifactId>suishenbang-wxportal</artifactId>
  11. <modelVersion>4.0.0</modelVersion>
  12. <packaging>pom</packaging>
  13. <description>
  14. 企业微信门户H5相关
  15. </description>
  16. <modules>
  17. <module>suishenbang-wxportal-api</module>
  18. <module>suishenbang-wxportal-common</module>
  19. <module>suishenbang-wxportal-manager</module>
  20. </modules>
  21. </project>