seata-all-1.7.1.pom 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  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-all</artifactId>
  6. <version>1.7.1</version>
  7. <name>Seata All-in-one 1.7.1</name>
  8. <description>Seata is an easy-to-use, high-performance, java based, open source distributed transaction solution.</description>
  9. <url>https://seata.io</url>
  10. <organization>
  11. <name>Seata</name>
  12. <url>https://github.com/seata</url>
  13. </organization>
  14. <licenses>
  15. <license>
  16. <name>Apache License, Version 2.0</name>
  17. <url>https://www.apache.org/licenses/LICENSE-2.0</url>
  18. <distribution>repo</distribution>
  19. </license>
  20. </licenses>
  21. <developers>
  22. <developer>
  23. <id>Seata</id>
  24. <name>Seata</name>
  25. <email>dev-seata@googlegroups.com</email>
  26. <url>https://seata.io</url>
  27. </developer>
  28. </developers>
  29. <scm>
  30. <connection>scm:git@github.com:seata/seata.git</connection>
  31. <developerConnection>scm:git@github.com:seata/seata.git</developerConnection>
  32. <url>git@github.com:seata/seata.git</url>
  33. </scm>
  34. <issueManagement>
  35. <system>github</system>
  36. <url>https://github.com/seata/seata/issues</url>
  37. </issueManagement>
  38. <dependencies>
  39. <dependency>
  40. <groupId>io.seata</groupId>
  41. <artifactId>seata-sqlparser-antlr</artifactId>
  42. <version>1.7.1</version>
  43. <scope>provided</scope>
  44. </dependency>
  45. <dependency>
  46. <groupId>io.seata</groupId>
  47. <artifactId>seata-serializer-protobuf</artifactId>
  48. <version>1.7.1</version>
  49. <scope>provided</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework</groupId>
  53. <artifactId>spring-context</artifactId>
  54. <version>5.3.20</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.springframework</groupId>
  58. <artifactId>spring-core</artifactId>
  59. <version>5.3.20</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework</groupId>
  63. <artifactId>spring-beans</artifactId>
  64. <version>5.3.20</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.springframework</groupId>
  68. <artifactId>spring-aop</artifactId>
  69. <version>5.3.20</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework</groupId>
  73. <artifactId>spring-webmvc</artifactId>
  74. <version>5.3.20</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>io.netty</groupId>
  78. <artifactId>netty-all</artifactId>
  79. <version>4.1.86.Final</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.antlr</groupId>
  83. <artifactId>antlr4</artifactId>
  84. <version>4.8</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.alibaba</groupId>
  88. <artifactId>fastjson</artifactId>
  89. <version>1.2.83</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.alibaba</groupId>
  93. <artifactId>druid</artifactId>
  94. <version>1.2.6</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>com.typesafe</groupId>
  98. <artifactId>config</artifactId>
  99. <version>1.2.1</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>org.slf4j</groupId>
  103. <artifactId>slf4j-api</artifactId>
  104. <version>1.7.36</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>ch.qos.logback</groupId>
  108. <artifactId>logback-classic</artifactId>
  109. <version>1.2.9</version>
  110. <scope>provided</scope>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.yaml</groupId>
  114. <artifactId>snakeyaml</artifactId>
  115. <version>2.0</version>
  116. <scope>provided</scope>
  117. </dependency>
  118. <dependency>
  119. <groupId>commons-lang</groupId>
  120. <artifactId>commons-lang</artifactId>
  121. <version>2.6</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>org.apache.commons</groupId>
  125. <artifactId>commons-pool2</artifactId>
  126. <version>2.9.0</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>commons-pool</groupId>
  130. <artifactId>commons-pool</artifactId>
  131. <version>1.6</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.apache.dubbo.extensions</groupId>
  135. <artifactId>dubbo-filter-seata</artifactId>
  136. <version>1.0.2</version>
  137. <exclusions>
  138. <exclusion>
  139. <groupId>io.seata</groupId>
  140. <artifactId>seata-core</artifactId>
  141. </exclusion>
  142. </exclusions>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.google.protobuf</groupId>
  146. <artifactId>protobuf-java</artifactId>
  147. <version>3.16.3</version>
  148. <scope>provided</scope>
  149. </dependency>
  150. <dependency>
  151. <groupId>com.alibaba</groupId>
  152. <artifactId>dubbo</artifactId>
  153. <version>2.6.10</version>
  154. <scope>provided</scope>
  155. </dependency>
  156. <dependency>
  157. <groupId>com.alibaba.edas</groupId>
  158. <artifactId>edas-sdk</artifactId>
  159. <version>1.8.3</version>
  160. <scope>provided</scope>
  161. <exclusions>
  162. <exclusion>
  163. <groupId>junit</groupId>
  164. <artifactId>junit</artifactId>
  165. </exclusion>
  166. </exclusions>
  167. </dependency>
  168. <dependency>
  169. <groupId>aopalliance</groupId>
  170. <artifactId>aopalliance</artifactId>
  171. <version>1.0</version>
  172. </dependency>
  173. <dependency>
  174. <groupId>com.101tec</groupId>
  175. <artifactId>zkclient</artifactId>
  176. <version>0.11</version>
  177. <scope>provided</scope>
  178. <exclusions>
  179. <exclusion>
  180. <groupId>org.slf4j</groupId>
  181. <artifactId>slf4j-log4j12</artifactId>
  182. </exclusion>
  183. <exclusion>
  184. <groupId>io.netty</groupId>
  185. <artifactId>netty</artifactId>
  186. </exclusion>
  187. <exclusion>
  188. <groupId>zookeeper</groupId>
  189. <artifactId>org.apache.zookeeper</artifactId>
  190. </exclusion>
  191. </exclusions>
  192. </dependency>
  193. <dependency>
  194. <groupId>org.apache.zookeeper</groupId>
  195. <artifactId>zookeeper</artifactId>
  196. <version>3.5.9</version>
  197. <scope>provided</scope>
  198. <exclusions>
  199. <exclusion>
  200. <groupId>io.netty</groupId>
  201. <artifactId>netty</artifactId>
  202. </exclusion>
  203. </exclusions>
  204. </dependency>
  205. <dependency>
  206. <groupId>com.alipay.sofa</groupId>
  207. <artifactId>registry-client-all</artifactId>
  208. <version>6.3.0</version>
  209. <scope>provided</scope>
  210. <exclusions>
  211. <exclusion>
  212. <groupId>com.alipay.sofa.lookout</groupId>
  213. <artifactId>lookout-api</artifactId>
  214. </exclusion>
  215. <exclusion>
  216. <groupId>com.alipay.sofa</groupId>
  217. <artifactId>hessian</artifactId>
  218. </exclusion>
  219. </exclusions>
  220. </dependency>
  221. <dependency>
  222. <groupId>com.alipay.sofa</groupId>
  223. <artifactId>hessian</artifactId>
  224. <version>4.0.3</version>
  225. <scope>provided</scope>
  226. </dependency>
  227. <dependency>
  228. <groupId>com.alibaba.spring</groupId>
  229. <artifactId>spring-context-support</artifactId>
  230. <version>1.0.2</version>
  231. <scope>provided</scope>
  232. </dependency>
  233. <dependency>
  234. <groupId>com.alibaba.nacos</groupId>
  235. <artifactId>nacos-client</artifactId>
  236. <version>1.4.2</version>
  237. <scope>provided</scope>
  238. </dependency>
  239. <dependency>
  240. <groupId>com.ctrip.framework.apollo</groupId>
  241. <artifactId>apollo-client</artifactId>
  242. <version>2.0.1</version>
  243. <scope>provided</scope>
  244. </dependency>
  245. <dependency>
  246. <groupId>redis.clients</groupId>
  247. <artifactId>jedis</artifactId>
  248. <version>3.2.0</version>
  249. <scope>provided</scope>
  250. </dependency>
  251. <dependency>
  252. <groupId>com.netflix.eureka</groupId>
  253. <artifactId>eureka-client</artifactId>
  254. <version>1.10.17</version>
  255. <scope>provided</scope>
  256. <exclusions>
  257. <exclusion>
  258. <groupId>javax.servlet</groupId>
  259. <artifactId>servlet-api</artifactId>
  260. </exclusion>
  261. </exclusions>
  262. </dependency>
  263. <dependency>
  264. <groupId>com.netflix.archaius</groupId>
  265. <artifactId>archaius-core</artifactId>
  266. <version>0.7.6</version>
  267. <scope>provided</scope>
  268. </dependency>
  269. <dependency>
  270. <groupId>com.ecwid.consul</groupId>
  271. <artifactId>consul-api</artifactId>
  272. <version>1.4.2</version>
  273. <scope>provided</scope>
  274. </dependency>
  275. <dependency>
  276. <groupId>io.etcd</groupId>
  277. <artifactId>jetcd-core</artifactId>
  278. <version>0.5.0</version>
  279. <scope>provided</scope>
  280. <exclusions>
  281. <exclusion>
  282. <groupId>io.netty</groupId>
  283. <artifactId>netty-codec-http</artifactId>
  284. </exclusion>
  285. <exclusion>
  286. <groupId>io.netty</groupId>
  287. <artifactId>netty-codec-http2</artifactId>
  288. </exclusion>
  289. <exclusion>
  290. <groupId>io.netty</groupId>
  291. <artifactId>netty-handler-proxy</artifactId>
  292. </exclusion>
  293. <exclusion>
  294. <groupId>io.netty</groupId>
  295. <artifactId>netty-handler</artifactId>
  296. </exclusion>
  297. <exclusion>
  298. <groupId>com.google.guava</groupId>
  299. <artifactId>guava</artifactId>
  300. </exclusion>
  301. </exclusions>
  302. </dependency>
  303. <dependency>
  304. <groupId>com.google.guava</groupId>
  305. <artifactId>guava</artifactId>
  306. <version>30.1-jre</version>
  307. <exclusions>
  308. <exclusion>
  309. <groupId>com.google.guava</groupId>
  310. <artifactId>listenablefuture</artifactId>
  311. </exclusion>
  312. </exclusions>
  313. </dependency>
  314. <dependency>
  315. <groupId>javax.inject</groupId>
  316. <artifactId>javax.inject</artifactId>
  317. <version>1</version>
  318. <scope>provided</scope>
  319. </dependency>
  320. <dependency>
  321. <groupId>org.apache.httpcomponents</groupId>
  322. <artifactId>httpclient</artifactId>
  323. <version>4.5.13</version>
  324. <scope>provided</scope>
  325. <exclusions>
  326. <exclusion>
  327. <groupId>commons-logging</groupId>
  328. <artifactId>commons-logging</artifactId>
  329. </exclusion>
  330. </exclusions>
  331. </dependency>
  332. <dependency>
  333. <groupId>org.apache.httpcomponents</groupId>
  334. <artifactId>httpcore</artifactId>
  335. <version>4.4.15</version>
  336. <scope>provided</scope>
  337. </dependency>
  338. <dependency>
  339. <groupId>com.github.ben-manes.caffeine</groupId>
  340. <artifactId>caffeine</artifactId>
  341. <version>2.9.3</version>
  342. </dependency>
  343. <dependency>
  344. <groupId>com.alipay.sofa</groupId>
  345. <artifactId>sofa-rpc-all</artifactId>
  346. <version>5.5.3</version>
  347. <scope>provided</scope>
  348. </dependency>
  349. <dependency>
  350. <groupId>com.weibo</groupId>
  351. <artifactId>motan-core</artifactId>
  352. <version>1.0.0</version>
  353. <scope>provided</scope>
  354. <exclusions>
  355. <exclusion>
  356. <groupId>org.slf4j</groupId>
  357. <artifactId>slf4j-log4j12</artifactId>
  358. </exclusion>
  359. </exclusions>
  360. </dependency>
  361. <dependency>
  362. <groupId>com.weibo</groupId>
  363. <artifactId>motan-transport-netty</artifactId>
  364. <version>1.0.0</version>
  365. <scope>provided</scope>
  366. <exclusions>
  367. <exclusion>
  368. <groupId>org.slf4j</groupId>
  369. <artifactId>slf4j-log4j12</artifactId>
  370. </exclusion>
  371. </exclusions>
  372. </dependency>
  373. <dependency>
  374. <groupId>io.protostuff</groupId>
  375. <artifactId>protostuff-core</artifactId>
  376. <version>1.5.9</version>
  377. <scope>provided</scope>
  378. </dependency>
  379. <dependency>
  380. <groupId>io.protostuff</groupId>
  381. <artifactId>protostuff-runtime</artifactId>
  382. <version>1.5.9</version>
  383. <scope>provided</scope>
  384. </dependency>
  385. <dependency>
  386. <groupId>io.grpc</groupId>
  387. <artifactId>grpc-netty</artifactId>
  388. <version>1.27.1</version>
  389. <scope>provided</scope>
  390. <exclusions>
  391. <exclusion>
  392. <groupId>io.netty</groupId>
  393. <artifactId>*</artifactId>
  394. </exclusion>
  395. </exclusions>
  396. </dependency>
  397. <dependency>
  398. <groupId>io.grpc</groupId>
  399. <artifactId>grpc-protobuf</artifactId>
  400. <version>1.27.1</version>
  401. <scope>provided</scope>
  402. </dependency>
  403. <dependency>
  404. <groupId>io.grpc</groupId>
  405. <artifactId>grpc-stub</artifactId>
  406. <version>1.27.1</version>
  407. <scope>provided</scope>
  408. </dependency>
  409. <dependency>
  410. <groupId>mysql</groupId>
  411. <artifactId>mysql-connector-java</artifactId>
  412. <version>5.1.42</version>
  413. <scope>provided</scope>
  414. </dependency>
  415. <dependency>
  416. <groupId>org.postgresql</groupId>
  417. <artifactId>postgresql</artifactId>
  418. <version>42.3.3</version>
  419. <scope>provided</scope>
  420. </dependency>
  421. <dependency>
  422. <groupId>com.fasterxml.jackson.core</groupId>
  423. <artifactId>jackson-databind</artifactId>
  424. <version>2.12.6.1</version>
  425. <scope>provided</scope>
  426. </dependency>
  427. <dependency>
  428. <groupId>com.esotericsoftware</groupId>
  429. <artifactId>kryo</artifactId>
  430. <version>5.4.0</version>
  431. <scope>provided</scope>
  432. </dependency>
  433. <dependency>
  434. <groupId>de.ruedigermoeller</groupId>
  435. <artifactId>fst</artifactId>
  436. <version>2.57</version>
  437. <scope>provided</scope>
  438. </dependency>
  439. <dependency>
  440. <groupId>com.caucho</groupId>
  441. <artifactId>hessian</artifactId>
  442. <version>4.0.63</version>
  443. <scope>provided</scope>
  444. </dependency>
  445. <dependency>
  446. <groupId>de.javakaffee</groupId>
  447. <artifactId>kryo-serializers</artifactId>
  448. <version>0.45</version>
  449. <scope>provided</scope>
  450. </dependency>
  451. <dependency>
  452. <groupId>org.lz4</groupId>
  453. <artifactId>lz4-java</artifactId>
  454. <version>1.7.1</version>
  455. <scope>provided</scope>
  456. </dependency>
  457. </dependencies>
  458. </project>