pom.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. <groupId>com.xxh.cloud</groupId>
  7. <artifactId>xx-metadata-java</artifactId>
  8. <version>1.0.0.wb</version>
  9. <packaging>pom</packaging>
  10. <description>元数据</description>
  11. <properties>
  12. <maven.compiler.source>8</maven.compiler.source>
  13. <maven.compiler.target>8</maven.compiler.target>
  14. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  15. <xx.framework.version>1.0.0</xx.framework.version>
  16. <xx.basic.version>1.0.0</xx.basic.version>
  17. </properties>
  18. <dependencyManagement>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.xxh.cloud</groupId>
  22. <artifactId>xx-framework-dependencies</artifactId>
  23. <version>${xx.framework.version}</version>
  24. <type>pom</type>
  25. <scope>import</scope>
  26. </dependency>
  27. <dependency>
  28. <groupId>com.xxh.cloud</groupId>
  29. <artifactId>metadata-common</artifactId>
  30. <version>${project.version}</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>com.xxh.cloud</groupId>
  34. <artifactId>metadata-framework</artifactId>
  35. <version>${project.version}</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.xxh.cloud</groupId>
  39. <artifactId>metadata-client-api</artifactId>
  40. <version>${project.version}</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>com.xxh.cloud</groupId>
  44. <artifactId>user-client-api</artifactId>
  45. <version>${xx.basic.version}</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>com.xxh.cloud</groupId>
  49. <artifactId>basic-client-api</artifactId>
  50. <version>${xx.basic.version}</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.xxh.cloud</groupId>
  54. <artifactId>log-manager-client</artifactId>
  55. <version>${xx.basic.version}</version>
  56. </dependency>
  57. <!-- &lt;!&ndash; h:scale &ndash;&gt;-->
  58. <!-- <dependency>-->
  59. <!-- <groupId>com.xxh.cloud</groupId>-->
  60. <!-- <artifactId>healthy-scale-client</artifactId>-->
  61. <!-- <version>${xx.h.version}</version>-->
  62. <!-- </dependency>-->
  63. <!-- <dependency>-->
  64. <!-- <groupId>com.xxh.cloud</groupId>-->
  65. <!-- <artifactId>healthy-basic-label-client</artifactId>-->
  66. <!-- <version>${xx.h.version}</version>-->
  67. <!-- </dependency>-->
  68. </dependencies>
  69. </dependencyManagement>
  70. <modules>
  71. <module>metadata-client-api</module>
  72. <module>metadata-framework</module>
  73. <module>metadata-manager-web</module>
  74. <module>metadata-common</module>
  75. </modules>
  76. </project>