.flattened-pom.xml 10 KB

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