pom.xml 835 B

1234567891011121314151617181920212223242526272829
  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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <groupId>cn.itlym.platform</groupId>
  5. <artifactId>shoulder-user-center</artifactId>
  6. <version>1.0-SNAPSHOT</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>uaa-reference</artifactId>
  10. <packaging>pom</packaging>
  11. <description>存放调用其他服务的代码</description>
  12. <modules>
  13. <!-- 外部 api 定义/依赖 -->
  14. <module>uaa-reference-xxx</module>
  15. <!-- 防腐层 -->
  16. <module>uaa-reference-adaptor</module>
  17. </modules>
  18. <dependencies>
  19. </dependencies>
  20. </project>