pom.xml 1.0 KB

12345678910111213141516171819202122232425262728
  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. <modelVersion>4.0.0</modelVersion>
  6. <groupId>cn.itlym.platform</groupId>
  7. <artifactId>shoulder-platform</artifactId>
  8. <packaging>pom</packaging>
  9. <version>1.0-SNAPSHOT</version><!-- shoulder-platform-version -->
  10. <modules>
  11. <module>shoulder-platform-common</module>
  12. <module>shoulder-generator</module>
  13. <module>shoulder-user-center</module>
  14. <!-- <module>shoulder-system-center</module>-->
  15. <module>shoulder-notify-center</module>
  16. <module>shoulder-gateway</module>
  17. <module>shoulder-auth-center</module>
  18. <module>shoulder-pay-center</module>
  19. <module>shoulder-storage-center</module>
  20. <module>shoulder-backstage</module>
  21. <module>shoulder-universal</module>
  22. </modules>
  23. </project>