pom.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  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. <parent>
  7. <artifactId>xx-healthy-java</artifactId>
  8. <groupId>com.xxh.cloud</groupId>
  9. <version>1.0.0</version>
  10. </parent>
  11. <artifactId>healthy-third-client-api</artifactId>
  12. <description>健康项目应用其它服务统计接口管理</description>
  13. <properties>
  14. <maven.compiler.source>8</maven.compiler.source>
  15. <maven.compiler.target>8</maven.compiler.target>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. <dependency>
  20. <groupId>com.xxh.cloud</groupId>
  21. <artifactId>xx-config-framework</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.xxh.cloud</groupId>
  25. <artifactId>user-client-api</artifactId>
  26. <version>1.0.0</version>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.xxh.cloud</groupId>
  30. <artifactId>customer-user-client-api</artifactId>
  31. <version>1.0.0</version>
  32. </dependency>
  33. </dependencies>
  34. </project>