pom.xml 810 B

123456789101112131415161718192021
  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>hsweb-framework</artifactId>
  7. <groupId>org.hswebframework.web</groupId>
  8. <version>4.0.15</version>
  9. <relativePath>../pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <description>业务模块</description>
  13. <packaging>pom</packaging>
  14. <modules>
  15. <module>hsweb-system-authorization</module>
  16. <module>hsweb-system-file</module>
  17. <module>hsweb-system-dictionary</module>
  18. </modules>
  19. <artifactId>hsweb-system</artifactId>
  20. </project>