pom.xml 7.9 KB

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