.flattened-pom.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  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.6.1</version>
  7. <name>Seata All-in-one 1.6.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.6.1</version>
  43. <scope>provided</scope>
  44. </dependency>
  45. <dependency>
  46. <groupId>io.seata</groupId>
  47. <artifactId>seata-serializer-protobuf</artifactId>
  48. <version>1.6.1</version>
  49. <scope>provided</scope>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.springframework</groupId>
  53. <artifactId>spring-context</artifactId>
  54. <version>5.3.19</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.springframework</groupId>
  58. <artifactId>spring-core</artifactId>
  59. <version>5.3.19</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework</groupId>
  63. <artifactId>spring-beans</artifactId>
  64. <version>5.3.19</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.springframework</groupId>
  68. <artifactId>spring-aop</artifactId>
  69. <version>5.3.19</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.springframework</groupId>
  73. <artifactId>spring-webmvc</artifactId>
  74. <version>5.3.19</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>io.netty</groupId>
  78. <artifactId>netty-all</artifactId>
  79. <version>4.1.76.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. <exclusions>
  112. <exclusion>
  113. <groupId>ch.qos.logback</groupId>
  114. <artifactId>logback-core</artifactId>
  115. </exclusion>
  116. </exclusions>
  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.0</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>com.google.protobuf</groupId>
  140. <artifactId>protobuf-java</artifactId>
  141. <version>3.11.4</version>
  142. <scope>provided</scope>
  143. </dependency>
  144. <dependency>
  145. <groupId>com.alibaba</groupId>
  146. <artifactId>dubbo</artifactId>
  147. <version>2.6.5</version>
  148. <scope>provided</scope>
  149. <exclusions>
  150. <exclusion>
  151. <groupId>org.jboss.netty</groupId>
  152. <artifactId>netty</artifactId>
  153. </exclusion>
  154. </exclusions>
  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. <exclusion>
  167. <groupId>com.alibaba.hsf</groupId>
  168. <artifactId>LightApi</artifactId>
  169. </exclusion>
  170. <exclusion>
  171. <groupId>commons-io</groupId>
  172. <artifactId>commons-io</artifactId>
  173. </exclusion>
  174. </exclusions>
  175. </dependency>
  176. <dependency>
  177. <groupId>net.bytebuddy</groupId>
  178. <artifactId>byte-buddy</artifactId>
  179. <version>1.12.13</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>aopalliance</groupId>
  183. <artifactId>aopalliance</artifactId>
  184. <version>1.0</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>com.101tec</groupId>
  188. <artifactId>zkclient</artifactId>
  189. <version>0.11</version>
  190. <scope>provided</scope>
  191. <exclusions>
  192. <exclusion>
  193. <groupId>org.slf4j</groupId>
  194. <artifactId>slf4j-log4j12</artifactId>
  195. </exclusion>
  196. <exclusion>
  197. <groupId>io.netty</groupId>
  198. <artifactId>netty</artifactId>
  199. </exclusion>
  200. <exclusion>
  201. <groupId>zookeeper</groupId>
  202. <artifactId>org.apache.zookeeper</artifactId>
  203. </exclusion>
  204. </exclusions>
  205. </dependency>
  206. <dependency>
  207. <groupId>org.apache.zookeeper</groupId>
  208. <artifactId>zookeeper</artifactId>
  209. <version>3.5.9</version>
  210. <scope>provided</scope>
  211. <exclusions>
  212. <exclusion>
  213. <groupId>io.netty</groupId>
  214. <artifactId>netty</artifactId>
  215. </exclusion>
  216. <exclusion>
  217. <groupId>org.apache.zookeeper</groupId>
  218. <artifactId>zookeeper-jute</artifactId>
  219. </exclusion>
  220. <exclusion>
  221. <groupId>org.apache.yetus</groupId>
  222. <artifactId>audience-annotations</artifactId>
  223. </exclusion>
  224. <exclusion>
  225. <groupId>org.slf4j</groupId>
  226. <artifactId>slf4j-log4j12</artifactId>
  227. </exclusion>
  228. <exclusion>
  229. <groupId>log4j</groupId>
  230. <artifactId>log4j</artifactId>
  231. </exclusion>
  232. </exclusions>
  233. </dependency>
  234. <dependency>
  235. <groupId>com.alipay.sofa</groupId>
  236. <artifactId>registry-client-all</artifactId>
  237. <version>5.2.0</version>
  238. <scope>provided</scope>
  239. <exclusions>
  240. <exclusion>
  241. <groupId>com.alipay.sofa.lookout</groupId>
  242. <artifactId>lookout-api</artifactId>
  243. </exclusion>
  244. <exclusion>
  245. <groupId>com.alipay.sofa</groupId>
  246. <artifactId>bolt</artifactId>
  247. </exclusion>
  248. <exclusion>
  249. <groupId>com.alipay.sofa</groupId>
  250. <artifactId>hessian</artifactId>
  251. </exclusion>
  252. <exclusion>
  253. <groupId>com.alipay.sofa.common</groupId>
  254. <artifactId>sofa-common-tools</artifactId>
  255. </exclusion>
  256. </exclusions>
  257. </dependency>
  258. <dependency>
  259. <groupId>com.alibaba.spring</groupId>
  260. <artifactId>spring-context-support</artifactId>
  261. <version>1.0.2</version>
  262. <scope>provided</scope>
  263. </dependency>
  264. <dependency>
  265. <groupId>com.alibaba.nacos</groupId>
  266. <artifactId>nacos-client</artifactId>
  267. <version>1.4.2</version>
  268. <scope>provided</scope>
  269. <exclusions>
  270. <exclusion>
  271. <groupId>com.alibaba.nacos</groupId>
  272. <artifactId>nacos-common</artifactId>
  273. </exclusion>
  274. <exclusion>
  275. <groupId>com.alibaba.nacos</groupId>
  276. <artifactId>nacos-api</artifactId>
  277. </exclusion>
  278. <exclusion>
  279. <groupId>commons-codec</groupId>
  280. <artifactId>commons-codec</artifactId>
  281. </exclusion>
  282. <exclusion>
  283. <groupId>com.fasterxml.jackson.core</groupId>
  284. <artifactId>jackson-core</artifactId>
  285. </exclusion>
  286. <exclusion>
  287. <groupId>io.prometheus</groupId>
  288. <artifactId>simpleclient</artifactId>
  289. </exclusion>
  290. </exclusions>
  291. </dependency>
  292. <dependency>
  293. <groupId>com.ctrip.framework.apollo</groupId>
  294. <artifactId>apollo-client</artifactId>
  295. <version>2.0.1</version>
  296. <scope>provided</scope>
  297. <exclusions>
  298. <exclusion>
  299. <groupId>com.ctrip.framework.apollo</groupId>
  300. <artifactId>apollo-core</artifactId>
  301. </exclusion>
  302. <exclusion>
  303. <groupId>com.google.inject</groupId>
  304. <artifactId>guice</artifactId>
  305. </exclusion>
  306. </exclusions>
  307. </dependency>
  308. <dependency>
  309. <groupId>redis.clients</groupId>
  310. <artifactId>jedis</artifactId>
  311. <version>3.2.0</version>
  312. <scope>provided</scope>
  313. </dependency>
  314. <dependency>
  315. <groupId>com.netflix.eureka</groupId>
  316. <artifactId>eureka-client</artifactId>
  317. <version>1.10.17</version>
  318. <scope>provided</scope>
  319. <exclusions>
  320. <exclusion>
  321. <groupId>javax.servlet</groupId>
  322. <artifactId>servlet-api</artifactId>
  323. </exclusion>
  324. <exclusion>
  325. <groupId>com.netflix.netflix-commons</groupId>
  326. <artifactId>netflix-eventbus</artifactId>
  327. </exclusion>
  328. <exclusion>
  329. <groupId>javax.ws.rs</groupId>
  330. <artifactId>jsr311-api</artifactId>
  331. </exclusion>
  332. <exclusion>
  333. <groupId>com.netflix.servo</groupId>
  334. <artifactId>servo-core</artifactId>
  335. </exclusion>
  336. <exclusion>
  337. <groupId>com.sun.jersey</groupId>
  338. <artifactId>jersey-core</artifactId>
  339. </exclusion>
  340. <exclusion>
  341. <groupId>com.sun.jersey</groupId>
  342. <artifactId>jersey-client</artifactId>
  343. </exclusion>
  344. <exclusion>
  345. <groupId>com.sun.jersey.contribs</groupId>
  346. <artifactId>jersey-apache-client4</artifactId>
  347. </exclusion>
  348. <exclusion>
  349. <groupId>commons-configuration</groupId>
  350. <artifactId>commons-configuration</artifactId>
  351. </exclusion>
  352. <exclusion>
  353. <groupId>com.github.vlsi.compactmap</groupId>
  354. <artifactId>compactmap</artifactId>
  355. </exclusion>
  356. <exclusion>
  357. <groupId>com.fasterxml.jackson.core</groupId>
  358. <artifactId>jackson-annotations</artifactId>
  359. </exclusion>
  360. <exclusion>
  361. <groupId>org.codehaus.jettison</groupId>
  362. <artifactId>jettison</artifactId>
  363. </exclusion>
  364. <exclusion>
  365. <groupId>com.google.inject</groupId>
  366. <artifactId>guice</artifactId>
  367. </exclusion>
  368. <exclusion>
  369. <groupId>com.fasterxml.jackson.core</groupId>
  370. <artifactId>jackson-core</artifactId>
  371. </exclusion>
  372. </exclusions>
  373. </dependency>
  374. <dependency>
  375. <groupId>com.netflix.archaius</groupId>
  376. <artifactId>archaius-core</artifactId>
  377. <version>0.7.6</version>
  378. <scope>provided</scope>
  379. <exclusions>
  380. <exclusion>
  381. <groupId>commons-configuration</groupId>
  382. <artifactId>commons-configuration</artifactId>
  383. </exclusion>
  384. <exclusion>
  385. <groupId>com.fasterxml.jackson.core</groupId>
  386. <artifactId>jackson-annotations</artifactId>
  387. </exclusion>
  388. <exclusion>
  389. <groupId>com.fasterxml.jackson.core</groupId>
  390. <artifactId>jackson-core</artifactId>
  391. </exclusion>
  392. </exclusions>
  393. </dependency>
  394. <dependency>
  395. <groupId>com.ecwid.consul</groupId>
  396. <artifactId>consul-api</artifactId>
  397. <version>1.4.2</version>
  398. <scope>provided</scope>
  399. </dependency>
  400. <dependency>
  401. <groupId>io.etcd</groupId>
  402. <artifactId>jetcd-core</artifactId>
  403. <version>0.5.0</version>
  404. <scope>provided</scope>
  405. <exclusions>
  406. <exclusion>
  407. <groupId>io.netty</groupId>
  408. <artifactId>netty-codec-http</artifactId>
  409. </exclusion>
  410. <exclusion>
  411. <groupId>io.netty</groupId>
  412. <artifactId>netty-codec-http2</artifactId>
  413. </exclusion>
  414. <exclusion>
  415. <groupId>io.netty</groupId>
  416. <artifactId>netty-handler-proxy</artifactId>
  417. </exclusion>
  418. <exclusion>
  419. <groupId>io.netty</groupId>
  420. <artifactId>netty-handler</artifactId>
  421. </exclusion>
  422. <exclusion>
  423. <groupId>com.google.guava</groupId>
  424. <artifactId>guava</artifactId>
  425. </exclusion>
  426. <exclusion>
  427. <groupId>io.etcd</groupId>
  428. <artifactId>jetcd-common</artifactId>
  429. </exclusion>
  430. <exclusion>
  431. <groupId>io.etcd</groupId>
  432. <artifactId>jetcd-resolver</artifactId>
  433. </exclusion>
  434. <exclusion>
  435. <groupId>io.grpc</groupId>
  436. <artifactId>grpc-core</artifactId>
  437. </exclusion>
  438. <exclusion>
  439. <groupId>io.grpc</groupId>
  440. <artifactId>grpc-grpclb</artifactId>
  441. </exclusion>
  442. <exclusion>
  443. <groupId>net.jodah</groupId>
  444. <artifactId>failsafe</artifactId>
  445. </exclusion>
  446. </exclusions>
  447. </dependency>
  448. <dependency>
  449. <groupId>com.google.guava</groupId>
  450. <artifactId>guava</artifactId>
  451. <version>27.0.1-jre</version>
  452. <exclusions>
  453. <exclusion>
  454. <groupId>com.google.guava</groupId>
  455. <artifactId>listenablefuture</artifactId>
  456. </exclusion>
  457. </exclusions>
  458. </dependency>
  459. <dependency>
  460. <groupId>javax.inject</groupId>
  461. <artifactId>javax.inject</artifactId>
  462. <version>1</version>
  463. <scope>provided</scope>
  464. </dependency>
  465. <dependency>
  466. <groupId>org.apache.httpcomponents</groupId>
  467. <artifactId>httpclient</artifactId>
  468. <version>4.5.13</version>
  469. <scope>provided</scope>
  470. <exclusions>
  471. <exclusion>
  472. <groupId>commons-logging</groupId>
  473. <artifactId>commons-logging</artifactId>
  474. </exclusion>
  475. <exclusion>
  476. <groupId>commons-codec</groupId>
  477. <artifactId>commons-codec</artifactId>
  478. </exclusion>
  479. </exclusions>
  480. </dependency>
  481. <dependency>
  482. <groupId>org.apache.httpcomponents</groupId>
  483. <artifactId>httpcore</artifactId>
  484. <version>4.4.15</version>
  485. <scope>provided</scope>
  486. </dependency>
  487. <dependency>
  488. <groupId>com.github.ben-manes.caffeine</groupId>
  489. <artifactId>caffeine</artifactId>
  490. <version>2.9.3</version>
  491. </dependency>
  492. <dependency>
  493. <groupId>com.alipay.sofa</groupId>
  494. <artifactId>sofa-rpc-all</artifactId>
  495. <version>5.5.3</version>
  496. <scope>provided</scope>
  497. <exclusions>
  498. <exclusion>
  499. <groupId>com.alipay.sofa</groupId>
  500. <artifactId>tracer-core</artifactId>
  501. </exclusion>
  502. <exclusion>
  503. <groupId>org.jboss.resteasy</groupId>
  504. <artifactId>resteasy-netty4</artifactId>
  505. </exclusion>
  506. <exclusion>
  507. <groupId>org.jboss.resteasy</groupId>
  508. <artifactId>resteasy-client</artifactId>
  509. </exclusion>
  510. <exclusion>
  511. <groupId>org.jboss.resteasy</groupId>
  512. <artifactId>resteasy-jackson-provider</artifactId>
  513. </exclusion>
  514. <exclusion>
  515. <groupId>com.alipay.sofa.lookout</groupId>
  516. <artifactId>lookout-api</artifactId>
  517. </exclusion>
  518. <exclusion>
  519. <groupId>com.alipay.sofa</groupId>
  520. <artifactId>bolt</artifactId>
  521. </exclusion>
  522. <exclusion>
  523. <groupId>com.alipay.sofa.common</groupId>
  524. <artifactId>sofa-common-tools</artifactId>
  525. </exclusion>
  526. <exclusion>
  527. <groupId>com.alipay.sofa</groupId>
  528. <artifactId>hessian</artifactId>
  529. </exclusion>
  530. </exclusions>
  531. </dependency>
  532. <dependency>
  533. <groupId>com.weibo</groupId>
  534. <artifactId>motan-core</artifactId>
  535. <version>1.0.0</version>
  536. <scope>provided</scope>
  537. <exclusions>
  538. <exclusion>
  539. <groupId>org.slf4j</groupId>
  540. <artifactId>slf4j-log4j12</artifactId>
  541. </exclusion>
  542. <exclusion>
  543. <groupId>com.codahale.metrics</groupId>
  544. <artifactId>metrics-core</artifactId>
  545. </exclusion>
  546. <exclusion>
  547. <groupId>com.squareup</groupId>
  548. <artifactId>javapoet</artifactId>
  549. </exclusion>
  550. <exclusion>
  551. <groupId>org.apache.commons</groupId>
  552. <artifactId>commons-lang3</artifactId>
  553. </exclusion>
  554. <exclusion>
  555. <groupId>log4j</groupId>
  556. <artifactId>log4j</artifactId>
  557. </exclusion>
  558. <exclusion>
  559. <groupId>commons-codec</groupId>
  560. <artifactId>commons-codec</artifactId>
  561. </exclusion>
  562. </exclusions>
  563. </dependency>
  564. <dependency>
  565. <groupId>com.weibo</groupId>
  566. <artifactId>motan-transport-netty</artifactId>
  567. <version>1.0.0</version>
  568. <scope>provided</scope>
  569. <exclusions>
  570. <exclusion>
  571. <groupId>org.slf4j</groupId>
  572. <artifactId>slf4j-log4j12</artifactId>
  573. </exclusion>
  574. <exclusion>
  575. <groupId>org.jboss.netty</groupId>
  576. <artifactId>netty</artifactId>
  577. </exclusion>
  578. <exclusion>
  579. <groupId>org.apache.commons</groupId>
  580. <artifactId>commons-lang3</artifactId>
  581. </exclusion>
  582. <exclusion>
  583. <groupId>log4j</groupId>
  584. <artifactId>log4j</artifactId>
  585. </exclusion>
  586. <exclusion>
  587. <groupId>commons-codec</groupId>
  588. <artifactId>commons-codec</artifactId>
  589. </exclusion>
  590. </exclusions>
  591. </dependency>
  592. <dependency>
  593. <groupId>io.protostuff</groupId>
  594. <artifactId>protostuff-core</artifactId>
  595. <version>1.5.9</version>
  596. <scope>provided</scope>
  597. <exclusions>
  598. <exclusion>
  599. <groupId>io.protostuff</groupId>
  600. <artifactId>protostuff-api</artifactId>
  601. </exclusion>
  602. </exclusions>
  603. </dependency>
  604. <dependency>
  605. <groupId>io.protostuff</groupId>
  606. <artifactId>protostuff-runtime</artifactId>
  607. <version>1.5.9</version>
  608. <scope>provided</scope>
  609. <exclusions>
  610. <exclusion>
  611. <groupId>io.protostuff</groupId>
  612. <artifactId>protostuff-collectionschema</artifactId>
  613. </exclusion>
  614. <exclusion>
  615. <groupId>io.protostuff</groupId>
  616. <artifactId>protostuff-api</artifactId>
  617. </exclusion>
  618. </exclusions>
  619. </dependency>
  620. <dependency>
  621. <groupId>io.grpc</groupId>
  622. <artifactId>grpc-netty</artifactId>
  623. <version>1.27.1</version>
  624. <scope>provided</scope>
  625. <exclusions>
  626. <exclusion>
  627. <groupId>io.netty</groupId>
  628. <artifactId>*</artifactId>
  629. </exclusion>
  630. <exclusion>
  631. <groupId>io.grpc</groupId>
  632. <artifactId>grpc-core</artifactId>
  633. </exclusion>
  634. </exclusions>
  635. </dependency>
  636. <dependency>
  637. <groupId>io.grpc</groupId>
  638. <artifactId>grpc-protobuf</artifactId>
  639. <version>1.27.1</version>
  640. <scope>provided</scope>
  641. <exclusions>
  642. <exclusion>
  643. <groupId>io.grpc</groupId>
  644. <artifactId>grpc-api</artifactId>
  645. </exclusion>
  646. <exclusion>
  647. <groupId>com.google.api.grpc</groupId>
  648. <artifactId>proto-google-common-protos</artifactId>
  649. </exclusion>
  650. <exclusion>
  651. <groupId>io.grpc</groupId>
  652. <artifactId>grpc-protobuf-lite</artifactId>
  653. </exclusion>
  654. </exclusions>
  655. </dependency>
  656. <dependency>
  657. <groupId>io.grpc</groupId>
  658. <artifactId>grpc-stub</artifactId>
  659. <version>1.27.1</version>
  660. <scope>provided</scope>
  661. <exclusions>
  662. <exclusion>
  663. <groupId>io.grpc</groupId>
  664. <artifactId>grpc-api</artifactId>
  665. </exclusion>
  666. </exclusions>
  667. </dependency>
  668. <dependency>
  669. <groupId>mysql</groupId>
  670. <artifactId>mysql-connector-java</artifactId>
  671. <version>5.1.35</version>
  672. <scope>provided</scope>
  673. </dependency>
  674. <dependency>
  675. <groupId>org.postgresql</groupId>
  676. <artifactId>postgresql</artifactId>
  677. <version>42.1.4</version>
  678. <scope>provided</scope>
  679. </dependency>
  680. <dependency>
  681. <groupId>com.fasterxml.jackson.core</groupId>
  682. <artifactId>jackson-databind</artifactId>
  683. <version>2.12.6.1</version>
  684. <scope>provided</scope>
  685. <exclusions>
  686. <exclusion>
  687. <groupId>com.fasterxml.jackson.core</groupId>
  688. <artifactId>jackson-annotations</artifactId>
  689. </exclusion>
  690. <exclusion>
  691. <groupId>com.fasterxml.jackson.core</groupId>
  692. <artifactId>jackson-core</artifactId>
  693. </exclusion>
  694. </exclusions>
  695. </dependency>
  696. <dependency>
  697. <groupId>com.esotericsoftware</groupId>
  698. <artifactId>kryo</artifactId>
  699. <version>5.3.0</version>
  700. <scope>provided</scope>
  701. <exclusions>
  702. <exclusion>
  703. <groupId>com.esotericsoftware</groupId>
  704. <artifactId>reflectasm</artifactId>
  705. </exclusion>
  706. <exclusion>
  707. <groupId>org.objenesis</groupId>
  708. <artifactId>objenesis</artifactId>
  709. </exclusion>
  710. <exclusion>
  711. <groupId>com.esotericsoftware</groupId>
  712. <artifactId>minlog</artifactId>
  713. </exclusion>
  714. </exclusions>
  715. </dependency>
  716. <dependency>
  717. <groupId>de.ruedigermoeller</groupId>
  718. <artifactId>fst</artifactId>
  719. <version>2.57</version>
  720. <scope>provided</scope>
  721. <exclusions>
  722. <exclusion>
  723. <groupId>org.objenesis</groupId>
  724. <artifactId>objenesis</artifactId>
  725. </exclusion>
  726. <exclusion>
  727. <groupId>com.fasterxml.jackson.core</groupId>
  728. <artifactId>jackson-core</artifactId>
  729. </exclusion>
  730. </exclusions>
  731. </dependency>
  732. <dependency>
  733. <groupId>com.caucho</groupId>
  734. <artifactId>hessian</artifactId>
  735. <version>4.0.63</version>
  736. <scope>provided</scope>
  737. </dependency>
  738. <dependency>
  739. <groupId>de.javakaffee</groupId>
  740. <artifactId>kryo-serializers</artifactId>
  741. <version>0.45</version>
  742. <scope>provided</scope>
  743. </dependency>
  744. <dependency>
  745. <groupId>org.lz4</groupId>
  746. <artifactId>lz4-java</artifactId>
  747. <version>1.7.1</version>
  748. <scope>provided</scope>
  749. </dependency>
  750. </dependencies>
  751. </project>