pom.xml 7.3 KB

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