pom.xml 740 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.usky</groupId>
  6. <artifactId>uskycloud</artifactId>
  7. <version>0.0.1</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>monitor</module>
  12. <module>gateway</module>
  13. </modules>
  14. <artifactId>base-components</artifactId>
  15. <packaging>pom</packaging>
  16. <description>
  17. 基础组件提供网关,注册中心,监控服务
  18. </description>
  19. </project>