pom.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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.xyzc</groupId>
  7. <artifactId>xyzc-common-alibaba-bom</artifactId>
  8. <version>${revision}</version>
  9. <packaging>pom</packaging>
  10. <description>
  11. xyzc-common-alibaba-bom alibaba依赖项
  12. </description>
  13. <properties>
  14. <revision>1.0.0</revision>
  15. <spring-cloud-alibaba.version>2023.0.1.0</spring-cloud-alibaba.version>
  16. <sentinel.version>1.8.8</sentinel.version>
  17. <seata.version>1.7.1</seata.version>
  18. <nacos.client.version>2.3.3</nacos.client.version>
  19. <dubbo.version>3.2.14</dubbo.version>
  20. <spring.context.support.version>1.0.11</spring.context.support.version>
  21. </properties>
  22. <dependencyManagement>
  23. <dependencies>
  24. <dependency>
  25. <groupId>com.alibaba.cloud</groupId>
  26. <artifactId>spring-cloud-alibaba-dependencies</artifactId>
  27. <version>${spring-cloud-alibaba.version}</version>
  28. <type>pom</type>
  29. <scope>import</scope>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.alibaba.nacos</groupId>
  33. <artifactId>nacos-client</artifactId>
  34. <version>${nacos.client.version}</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>com.alibaba.csp</groupId>
  38. <artifactId>sentinel-core</artifactId>
  39. <version>${sentinel.version}</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.alibaba.csp</groupId>
  43. <artifactId>sentinel-parameter-flow-control</artifactId>
  44. <version>${sentinel.version}</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.alibaba.csp</groupId>
  48. <artifactId>sentinel-datasource-extension</artifactId>
  49. <version>${sentinel.version}</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>com.alibaba.csp</groupId>
  53. <artifactId>sentinel-datasource-apollo</artifactId>
  54. <version>${sentinel.version}</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.alibaba.csp</groupId>
  58. <artifactId>sentinel-datasource-zookeeper</artifactId>
  59. <version>${sentinel.version}</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>com.alibaba.csp</groupId>
  63. <artifactId>sentinel-datasource-nacos</artifactId>
  64. <version>${sentinel.version}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.alibaba.csp</groupId>
  68. <artifactId>sentinel-datasource-redis</artifactId>
  69. <version>${sentinel.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.alibaba.csp</groupId>
  73. <artifactId>sentinel-datasource-consul</artifactId>
  74. <version>${sentinel.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>com.alibaba.csp</groupId>
  78. <artifactId>sentinel-web-servlet</artifactId>
  79. <version>${sentinel.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>com.alibaba.csp</groupId>
  83. <artifactId>sentinel-spring-cloud-gateway-adapter</artifactId>
  84. <version>${sentinel.version}</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.alibaba.csp</groupId>
  88. <artifactId>sentinel-transport-simple-http</artifactId>
  89. <version>${sentinel.version}</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.alibaba.csp</groupId>
  93. <artifactId>sentinel-annotation-aspectj</artifactId>
  94. <version>${sentinel.version}</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.alibaba.csp</groupId>
  98. <artifactId>sentinel-reactor-adapter</artifactId>
  99. <version>${sentinel.version}</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>com.alibaba.csp</groupId>
  103. <artifactId>sentinel-cluster-server-default</artifactId>
  104. <version>${sentinel.version}</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.alibaba.csp</groupId>
  108. <artifactId>sentinel-cluster-client-default</artifactId>
  109. <version>${sentinel.version}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>com.alibaba.csp</groupId>
  113. <artifactId>sentinel-spring-webflux-adapter</artifactId>
  114. <version>${sentinel.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>com.alibaba.csp</groupId>
  118. <artifactId>sentinel-api-gateway-adapter-common</artifactId>
  119. <version>${sentinel.version}</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.alibaba.csp</groupId>
  123. <artifactId>sentinel-spring-webmvc-adapter</artifactId>
  124. <version>${sentinel.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.alibaba.csp</groupId>
  128. <artifactId>sentinel-dubbo-adapter</artifactId>
  129. <version>${sentinel.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.alibaba.csp</groupId>
  133. <artifactId>sentinel-apache-dubbo-adapter</artifactId>
  134. <version>${sentinel.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>com.alibaba.csp</groupId>
  138. <artifactId>sentinel-apache-dubbo3-adapter</artifactId>
  139. <version>${sentinel.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>io.seata</groupId>
  143. <artifactId>seata-spring-boot-starter</artifactId>
  144. <version>${seata.version}</version>
  145. </dependency>
  146. <!-- Apache Dubbo 配置 -->
  147. <dependency>
  148. <groupId>org.apache.dubbo</groupId>
  149. <artifactId>dubbo-spring-boot-starter</artifactId>
  150. <version>${dubbo.version}</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>org.apache.dubbo</groupId>
  154. <artifactId>dubbo-spring-boot-actuator</artifactId>
  155. <version>${dubbo.version}</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>org.apache.dubbo</groupId>
  159. <artifactId>dubbo</artifactId>
  160. <version>${dubbo.version}</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.apache.dubbo</groupId>
  164. <artifactId>dubbo-metadata-report-redis</artifactId>
  165. <version>${dubbo.version}</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>com.alibaba.spring</groupId>
  169. <artifactId>spring-context-support</artifactId>
  170. <version>${spring.context.support.version}</version>
  171. </dependency>
  172. </dependencies>
  173. </dependencyManagement>
  174. </project>