pom.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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-rule-java</artifactId>
  8. <version>1.0.0</version>
  9. <packaging>pom</packaging>
  10. <properties>
  11. <maven.compiler.source>8</maven.compiler.source>
  12. <maven.compiler.target>8</maven.compiler.target>
  13. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  14. <rule.version>1.0.0</rule.version>
  15. <xx.framework.version>1.0.0</xx.framework.version>
  16. <xx.basic.version>1.0.0</xx.basic.version>
  17. <xx.h.version>1.0.0</xx.h.version>
  18. <xx.metadata.version>1.0.0.wb</xx.metadata.version>
  19. </properties>
  20. <dependencyManagement>
  21. <dependencies>
  22. <dependency>
  23. <groupId>com.xxh.cloud</groupId>
  24. <artifactId>xx-framework-dependencies</artifactId>
  25. <version>${xx.framework.version}</version>
  26. <type>pom</type>
  27. <scope>import</scope>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.xxh.cloud</groupId>
  31. <artifactId>metadata-common</artifactId>
  32. <version>${xx.metadata.version}</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>com.xxh.cloud</groupId>
  36. <artifactId>metadata-framework</artifactId>
  37. <version>${xx.metadata.version}</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>com.xxh.cloud</groupId>
  41. <artifactId>metadata-client-api</artifactId>
  42. <version>${xx.metadata.version}</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>com.xxh.cloud</groupId>
  46. <artifactId>metadata-manager-web</artifactId>
  47. <version>${xx.metadata.version}</version>
  48. </dependency>
  49. <!-- basic -->
  50. <dependency>
  51. <groupId>com.xxh.cloud</groupId>
  52. <artifactId>user-client-api</artifactId>
  53. <version>${xx.basic.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>com.xxh.cloud</groupId>
  57. <artifactId>basic-client-api</artifactId>
  58. <version>${xx.basic.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>com.xxh.cloud</groupId>
  62. <artifactId>log-manager-client</artifactId>
  63. <version>${xx.basic.version}</version>
  64. </dependency>
  65. <!-- h:scale -->
  66. <dependency>
  67. <groupId>com.xxh.cloud</groupId>
  68. <artifactId>healthy-scale-client</artifactId>
  69. <version>${xx.h.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.xxh.cloud</groupId>
  73. <artifactId>healthy-basic-label-client</artifactId>
  74. <version>${xx.h.version}</version>
  75. </dependency>
  76. </dependencies>
  77. </dependencyManagement>
  78. <modules>
  79. <module>rule-run</module>
  80. <module>xxh-meta-rule-common</module>
  81. <module>xxh-standard</module>
  82. <module>xxh-rule-config</module>
  83. <module>xxh-rule-executor</module>
  84. <module>xxh-data-label-config</module>
  85. <module>xxh-data-label-executor</module>
  86. <module>xxh-union-data-query</module>
  87. <module>xxh-rule-test</module>
  88. </modules>
  89. </project>