pom.xml 687 B

123456789101112131415161718192021
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>healthy-basic</artifactId>
  5. <groupId>com.xxh.cloud</groupId>
  6. <version>1.0.0</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>healthy-basic-label-client</artifactId>
  10. <packaging>jar</packaging>
  11. <dependencies>
  12. <dependency>
  13. <groupId>com.xxh.cloud</groupId>
  14. <artifactId>xx-config-framework</artifactId>
  15. </dependency>
  16. </dependencies>
  17. </project>