pom.xml 897 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>pdf-office-api</artifactId>
  6. <version>0.0.1</version>
  7. <packaging>pom</packaging>
  8. <name>pdf-office-api</name>
  9. <description>pdf-office-api</description>
  10. <parent>
  11. <groupId>cn.kdan.pdf.office</groupId>
  12. <artifactId>backend</artifactId>
  13. <version>0.0.1</version>
  14. </parent>
  15. <modules>
  16. <module>pdf-office-api-account</module>
  17. <module>pdf-office-api-app</module>
  18. <module>pdf-office-api-email</module>
  19. <module>pdf-office-api-payment</module>
  20. <module>pdf-office-api-product</module>
  21. </modules>
  22. </project>