pom.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 1999-2019 Seata.io Group.
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <project xmlns="http://maven.apache.org/POM/4.0.0"
  18. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  19. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  20. <parent>
  21. <groupId>io.seata</groupId>
  22. <artifactId>seata-build</artifactId>
  23. <version>${revision}</version>
  24. <relativePath>../build/pom.xml</relativePath>
  25. </parent>
  26. <modelVersion>4.0.0</modelVersion>
  27. <artifactId>seata-bom</artifactId>
  28. <packaging>pom</packaging>
  29. <name>Seata bom ${project.version}</name>
  30. <description>Seata bom</description>
  31. <dependencyManagement>
  32. <dependencies>
  33. <dependency>
  34. <groupId>io.seata</groupId>
  35. <artifactId>seata-all</artifactId>
  36. <version>${project.version}</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>io.seata</groupId>
  40. <artifactId>seata-common</artifactId>
  41. <version>${project.version}</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>io.seata</groupId>
  45. <artifactId>seata-config-core</artifactId>
  46. <version>${project.version}</version>
  47. </dependency>
  48. <dependency>
  49. <groupId>io.seata</groupId>
  50. <artifactId>seata-config-custom</artifactId>
  51. <version>${project.version}</version>
  52. </dependency>
  53. <dependency>
  54. <groupId>io.seata</groupId>
  55. <artifactId>seata-config-apollo</artifactId>
  56. <version>${project.version}</version>
  57. </dependency>
  58. <dependency>
  59. <groupId>io.seata</groupId>
  60. <artifactId>seata-config-nacos</artifactId>
  61. <version>${project.version}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>io.seata</groupId>
  65. <artifactId>seata-config-zk</artifactId>
  66. <version>${project.version}</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>io.seata</groupId>
  70. <artifactId>seata-config-all</artifactId>
  71. <version>${project.version}</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>io.seata</groupId>
  75. <artifactId>seata-config-etcd3</artifactId>
  76. <version>${project.version}</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>io.seata</groupId>
  80. <artifactId>seata-config-consul</artifactId>
  81. <version>${project.version}</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>io.seata</groupId>
  85. <artifactId>seata-config-spring-cloud</artifactId>
  86. <version>${project.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>io.seata</groupId>
  90. <artifactId>seata-core</artifactId>
  91. <version>${project.version}</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>io.seata</groupId>
  95. <artifactId>seata-discovery-consul</artifactId>
  96. <version>${project.version}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>io.seata</groupId>
  100. <artifactId>seata-discovery-core</artifactId>
  101. <version>${project.version}</version>
  102. </dependency>
  103. <dependency>
  104. <groupId>io.seata</groupId>
  105. <artifactId>seata-discovery-custom</artifactId>
  106. <version>${project.version}</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>io.seata</groupId>
  110. <artifactId>seata-discovery-all</artifactId>
  111. <version>${project.version}</version>
  112. </dependency>
  113. <dependency>
  114. <groupId>io.seata</groupId>
  115. <artifactId>seata-discovery-eureka</artifactId>
  116. <version>${project.version}</version>
  117. </dependency>
  118. <dependency>
  119. <groupId>io.seata</groupId>
  120. <artifactId>seata-discovery-zk</artifactId>
  121. <version>${project.version}</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>io.seata</groupId>
  125. <artifactId>seata-discovery-redis</artifactId>
  126. <version>${project.version}</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>io.seata</groupId>
  130. <artifactId>seata-discovery-nacos</artifactId>
  131. <version>${project.version}</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>io.seata</groupId>
  135. <artifactId>seata-discovery-etcd3</artifactId>
  136. <version>${project.version}</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>io.seata</groupId>
  140. <artifactId>seata-discovery-sofa</artifactId>
  141. <version>${project.version}</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>io.seata</groupId>
  145. <artifactId>seata-brpc</artifactId>
  146. <version>${project.version}</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>io.seata</groupId>
  150. <artifactId>seata-dubbo</artifactId>
  151. <version>${project.version}</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>io.seata</groupId>
  155. <artifactId>seata-dubbo-alibaba</artifactId>
  156. <version>${project.version}</version>
  157. </dependency>
  158. <dependency>
  159. <groupId>io.seata</groupId>
  160. <artifactId>seata-sofa-rpc</artifactId>
  161. <version>${project.version}</version>
  162. </dependency>
  163. <dependency>
  164. <groupId>io.seata</groupId>
  165. <artifactId>seata-motan</artifactId>
  166. <version>${project.version}</version>
  167. </dependency>
  168. <dependency>
  169. <groupId>io.seata</groupId>
  170. <artifactId>seata-grpc</artifactId>
  171. <version>${project.version}</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>io.seata</groupId>
  175. <artifactId>seata-hsf</artifactId>
  176. <version>${project.version}</version>
  177. </dependency>
  178. <dependency>
  179. <groupId>io.seata</groupId>
  180. <artifactId>seata-http</artifactId>
  181. <version>${project.version}</version>
  182. </dependency>
  183. <dependency>
  184. <groupId>io.seata</groupId>
  185. <artifactId>seata-rm</artifactId>
  186. <version>${project.version}</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>io.seata</groupId>
  190. <artifactId>seata-rm-datasource</artifactId>
  191. <version>${project.version}</version>
  192. </dependency>
  193. <!-- the 'seata-server' is an application, not a dependency
  194. <dependency>
  195. <groupId>io.seata</groupId>
  196. <artifactId>seata-server</artifactId>
  197. <version>${project.version}</version>
  198. </dependency>
  199. -->
  200. <dependency>
  201. <groupId>io.seata</groupId>
  202. <artifactId>seata-spring</artifactId>
  203. <version>${project.version}</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>io.seata</groupId>
  207. <artifactId>seata-tcc</artifactId>
  208. <version>${project.version}</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>io.seata</groupId>
  212. <artifactId>seata-tm</artifactId>
  213. <version>${project.version}</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>io.seata</groupId>
  217. <artifactId>seata-metrics-all</artifactId>
  218. <version>${project.version}</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>io.seata</groupId>
  222. <artifactId>seata-metrics-api</artifactId>
  223. <version>${project.version}</version>
  224. </dependency>
  225. <dependency>
  226. <groupId>io.seata</groupId>
  227. <artifactId>seata-metrics-core</artifactId>
  228. <version>${project.version}</version>
  229. </dependency>
  230. <dependency>
  231. <groupId>io.seata</groupId>
  232. <artifactId>seata-metrics-registry-compact</artifactId>
  233. <version>${project.version}</version>
  234. </dependency>
  235. <dependency>
  236. <groupId>io.seata</groupId>
  237. <artifactId>seata-metrics-exporter-prometheus</artifactId>
  238. <version>${project.version}</version>
  239. </dependency>
  240. <dependency>
  241. <groupId>io.seata</groupId>
  242. <artifactId>seata-serializer-all</artifactId>
  243. <version>${project.version}</version>
  244. </dependency>
  245. <dependency>
  246. <groupId>io.seata</groupId>
  247. <artifactId>seata-serializer-protobuf</artifactId>
  248. <version>${project.version}</version>
  249. </dependency>
  250. <dependency>
  251. <groupId>io.seata</groupId>
  252. <artifactId>seata-serializer-seata</artifactId>
  253. <version>${project.version}</version>
  254. </dependency>
  255. <dependency>
  256. <groupId>io.seata</groupId>
  257. <artifactId>seata-serializer-kryo</artifactId>
  258. <version>${project.version}</version>
  259. </dependency>
  260. <dependency>
  261. <groupId>io.seata</groupId>
  262. <artifactId>seata-serializer-hessian</artifactId>
  263. <version>${project.version}</version>
  264. </dependency>
  265. <dependency>
  266. <groupId>io.seata</groupId>
  267. <artifactId>seata-serializer-fst</artifactId>
  268. <version>${project.version}</version>
  269. </dependency>
  270. <dependency>
  271. <groupId>io.seata</groupId>
  272. <artifactId>seata-spring-boot-starter</artifactId>
  273. <version>${project.version}</version>
  274. </dependency>
  275. <dependency>
  276. <groupId>io.seata</groupId>
  277. <artifactId>seata-compressor-all</artifactId>
  278. <version>${project.version}</version>
  279. </dependency>
  280. <dependency>
  281. <groupId>io.seata</groupId>
  282. <artifactId>seata-compressor-gzip</artifactId>
  283. <version>${project.version}</version>
  284. </dependency>
  285. <dependency>
  286. <groupId>io.seata</groupId>
  287. <artifactId>seata-compressor-zip</artifactId>
  288. <version>${project.version}</version>
  289. </dependency>
  290. <dependency>
  291. <groupId>io.seata</groupId>
  292. <artifactId>seata-compressor-7z</artifactId>
  293. <version>${project.version}</version>
  294. </dependency>
  295. <dependency>
  296. <groupId>io.seata</groupId>
  297. <artifactId>seata-compressor-bzip2</artifactId>
  298. <version>${project.version}</version>
  299. </dependency>
  300. <dependency>
  301. <groupId>io.seata</groupId>
  302. <artifactId>seata-compressor-lz4</artifactId>
  303. <version>${project.version}</version>
  304. </dependency>
  305. <dependency>
  306. <groupId>io.seata</groupId>
  307. <artifactId>seata-compressor-deflater</artifactId>
  308. <version>${project.version}</version>
  309. </dependency>
  310. <dependency>
  311. <groupId>io.seata</groupId>
  312. <artifactId>seata-compressor-zstd</artifactId>
  313. <version>${project.version}</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>io.seata</groupId>
  317. <artifactId>seata-saga-processctrl</artifactId>
  318. <version>${project.version}</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>io.seata</groupId>
  322. <artifactId>seata-saga-statelang</artifactId>
  323. <version>${project.version}</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>io.seata</groupId>
  327. <artifactId>seata-saga-engine</artifactId>
  328. <version>${project.version}</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>io.seata</groupId>
  332. <artifactId>seata-saga-rm</artifactId>
  333. <version>${project.version}</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>io.seata</groupId>
  337. <artifactId>seata-saga-tm</artifactId>
  338. <version>${project.version}</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>io.seata</groupId>
  342. <artifactId>seata-saga-engine-store</artifactId>
  343. <version>${project.version}</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>io.seata</groupId>
  347. <artifactId>seata-sqlparser-core</artifactId>
  348. <version>${project.version}</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>io.seata</groupId>
  352. <artifactId>seata-sqlparser-antlr</artifactId>
  353. <version>${project.version}</version>
  354. </dependency>
  355. <dependency>
  356. <groupId>io.seata</groupId>
  357. <artifactId>seata-sqlparser-druid</artifactId>
  358. <version>${project.version}</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>io.seata</groupId>
  362. <artifactId>apm-seata-skywalking-plugin</artifactId>
  363. <version>${project.version}</version>
  364. </dependency>
  365. </dependencies>
  366. </dependencyManagement>
  367. </project>