pom.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  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-dependencies</artifactId>
  28. <packaging>pom</packaging>
  29. <name>Seata dependencies ${project.version}</name>
  30. <description>dependencies for Seata built with Maven</description>
  31. <properties>
  32. <dubbo-seata.version>1.0.0</dubbo-seata.version>
  33. <brpc.version>2.5.9</brpc.version>
  34. <hsf.version>1.8.3</hsf.version>
  35. <bytebuddy.version>1.12.13</bytebuddy.version>
  36. <dubbo.alibaba.version>2.6.5</dubbo.alibaba.version>
  37. <sofa.rpc.version>5.5.3</sofa.rpc.version>
  38. <fastjson.version>1.2.83</fastjson.version>
  39. <protostuff.version>1.5.9</protostuff.version>
  40. <config.version>1.2.1</config.version>
  41. <commons-logging.version>1.2</commons-logging.version>
  42. <commons-lang.version>2.6</commons-lang.version>
  43. <aopalliance.version>1.0</aopalliance.version>
  44. <zkclient.version>0.11</zkclient.version>
  45. <apache-zookeeper.version>3.5.9</apache-zookeeper.version>
  46. <curator-test.version>2.9.1</curator-test.version>
  47. <spring-context-support.version>1.0.2</spring-context-support.version>
  48. <mock-jedis.version>0.3.0</mock-jedis.version>
  49. <apollo-client.version>2.0.1</apollo-client.version>
  50. <eureka-clients.version>1.10.17</eureka-clients.version>
  51. <consul-clients.version>1.4.2</consul-clients.version>
  52. <nacos-client.version>1.4.2</nacos-client.version>
  53. <etcd-client-v3.version>0.5.0</etcd-client-v3.version>
  54. <testcontainers.version>1.11.2</testcontainers.version>
  55. <guava.version>27.0.1-jre</guava.version>
  56. <javax-inject.version>1</javax-inject.version>
  57. <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
  58. <javax.servlet-api.version>4.0.1</javax.servlet-api.version>
  59. <jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
  60. <archaius-core.version>0.7.6</archaius-core.version>
  61. <sofa.registry.version>5.2.0</sofa.registry.version>
  62. <motan.version>1.0.0</motan.version>
  63. <jcommander.version>1.72</jcommander.version>
  64. <xz.version>1.8</xz.version>
  65. <commons-compress.version>1.19</commons-compress.version>
  66. <ant.version>1.10.12</ant.version>
  67. <lz4.version>1.7.1</lz4.version>
  68. <protobuf.version>3.11.4</protobuf.version>
  69. <grpc.version>1.27.1</grpc.version>
  70. <kryo.version>5.3.0</kryo.version>
  71. <kryo-serializers.version>0.45</kryo-serializers.version>
  72. <hessian.version>4.0.63</hessian.version>
  73. <fst.version>2.57</fst.version>
  74. <groovy.version>2.4.4</groovy.version>
  75. <zstd.version>1.5.0-4</zstd.version>
  76. <xstream.version>1.4.19</xstream.version>
  77. <jwt.version>0.10.5</jwt.version>
  78. <prometheus.client.version>0.6.0</prometheus.client.version>
  79. <logback.version>1.2.9</logback.version>
  80. <logstash-logback-encoder.version>6.5</logstash-logback-encoder.version>
  81. <kafka-appender.version>0.2.0-RC2</kafka-appender.version>
  82. <!-- redis -->
  83. <jedis.version>3.2.0</jedis.version>
  84. <!-- # for database -->
  85. <!-- db -->
  86. <mysql.version>5.1.35</mysql.version>
  87. <ojdbc.version>19.3.0.0</ojdbc.version>
  88. <postgresql.version>42.1.4</postgresql.version>
  89. <h2.version>1.4.181</h2.version>
  90. <mariadb.version>2.7.2</mariadb.version>
  91. <!-- db connection pool -->
  92. <druid.version>1.2.6</druid.version>
  93. <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
  94. <hikari.version>3.4.3</hikari.version>
  95. <!-- sql parser -->
  96. <antlr4.version>4.8</antlr4.version>
  97. <!-- for jdbc driver when package -->
  98. <mysql5.version>${mysql.version}</mysql5.version>
  99. <mysql8.version>8.0.27</mysql8.version>
  100. <!-- # for kotlin -->
  101. <kotlin.version>1.4.32</kotlin.version>
  102. <kotlin-coroutines.version>1.4.3</kotlin-coroutines.version>
  103. <!-- # for test -->
  104. <mockito.version>2.23.4</mockito.version>
  105. <assertj-core.version>3.12.2</assertj-core.version>
  106. <jetty-version>9.4.38.v20210224</jetty-version>
  107. </properties>
  108. <dependencyManagement>
  109. <dependencies>
  110. <!-- junit5 -->
  111. <dependency>
  112. <groupId>org.junit</groupId>
  113. <artifactId>junit-bom</artifactId>
  114. <version>${junit-jupiter.version}</version>
  115. <type>pom</type>
  116. <scope>import</scope>
  117. </dependency>
  118. <!-- spring-framework CVE-2022-22965-->
  119. <dependency>
  120. <groupId>org.springframework</groupId>
  121. <artifactId>spring-framework-bom</artifactId>
  122. <version>${spring-framework.version}</version>
  123. <type>pom</type>
  124. <scope>import</scope>
  125. </dependency>
  126. <!-- spring-boot -->
  127. <dependency>
  128. <groupId>org.springframework.boot</groupId>
  129. <artifactId>spring-boot-dependencies</artifactId>
  130. <version>${spring-boot.version}</version>
  131. <exclusions>
  132. <exclusion>
  133. <groupId>org.springframework</groupId>
  134. <artifactId>spring-framework-bom</artifactId>
  135. </exclusion>
  136. </exclusions>
  137. <type>pom</type>
  138. <scope>import</scope>
  139. </dependency>
  140. <!-- the 3rd part -->
  141. <dependency>
  142. <groupId>com.alibaba</groupId>
  143. <artifactId>fastjson</artifactId>
  144. <version>${fastjson.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.antlr</groupId>
  148. <artifactId>antlr4</artifactId>
  149. <version>${antlr4.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>com.alibaba</groupId>
  153. <artifactId>druid</artifactId>
  154. <version>${druid.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>org.apache.commons</groupId>
  158. <artifactId>commons-dbcp2</artifactId>
  159. <version>${commons-dbcp2.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>com.zaxxer</groupId>
  163. <artifactId>HikariCP</artifactId>
  164. <version>${hikari.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>com.h2database</groupId>
  168. <artifactId>h2</artifactId>
  169. <version>${h2.version}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>mysql</groupId>
  173. <artifactId>mysql-connector-java</artifactId>
  174. <version>${mysql.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>org.postgresql</groupId>
  178. <artifactId>postgresql</artifactId>
  179. <version>${postgresql.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>org.mariadb.jdbc</groupId>
  183. <artifactId>mariadb-java-client</artifactId>
  184. <version>${mariadb.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>com.alipay.sofa</groupId>
  188. <artifactId>sofa-rpc-all</artifactId>
  189. <version>${sofa.rpc.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>io.protostuff</groupId>
  193. <artifactId>protostuff-core</artifactId>
  194. <version>${protostuff.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>io.protostuff</groupId>
  198. <artifactId>protostuff-runtime</artifactId>
  199. <version>${protostuff.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>com.typesafe</groupId>
  203. <artifactId>config</artifactId>
  204. <version>${config.version}</version>
  205. </dependency>
  206. <dependency>
  207. <groupId>commons-logging</groupId>
  208. <artifactId>commons-logging</artifactId>
  209. <version>${commons-logging.version}</version>
  210. </dependency>
  211. <dependency>
  212. <groupId>commons-lang</groupId>
  213. <artifactId>commons-lang</artifactId>
  214. <version>${commons-lang.version}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>com.google.protobuf</groupId>
  218. <artifactId>protobuf-java</artifactId>
  219. <version>${protobuf.version}</version>
  220. </dependency>
  221. <dependency>
  222. <groupId>com.baidu</groupId>
  223. <artifactId>brpc-java</artifactId>
  224. <version>${brpc.version}</version>
  225. </dependency>
  226. <dependency>
  227. <groupId>com.alibaba</groupId>
  228. <artifactId>dubbo</artifactId>
  229. <version>${dubbo.alibaba.version}</version>
  230. </dependency>
  231. <dependency>
  232. <groupId>org.apache.dubbo.extensions</groupId>
  233. <artifactId>dubbo-filter-seata</artifactId>
  234. <version>${dubbo-seata.version}</version>
  235. </dependency>
  236. <dependency>
  237. <groupId>com.alibaba.edas</groupId>
  238. <artifactId>edas-sdk</artifactId>
  239. <version>${hsf.version}</version>
  240. <exclusions>
  241. <exclusion>
  242. <groupId>junit</groupId>
  243. <artifactId>junit</artifactId>
  244. </exclusion>
  245. </exclusions>
  246. </dependency>
  247. <dependency>
  248. <groupId>net.bytebuddy</groupId>
  249. <artifactId>byte-buddy</artifactId>
  250. <version>${bytebuddy.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>aopalliance</groupId>
  254. <artifactId>aopalliance</artifactId>
  255. <version>${aopalliance.version}</version>
  256. </dependency>
  257. <dependency>
  258. <groupId>com.101tec</groupId>
  259. <artifactId>zkclient</artifactId>
  260. <version>${zkclient.version}</version>
  261. <exclusions>
  262. <exclusion>
  263. <artifactId>slf4j-log4j12</artifactId>
  264. <groupId>org.slf4j</groupId>
  265. </exclusion>
  266. <exclusion>
  267. <groupId>io.netty</groupId>
  268. <artifactId>netty</artifactId>
  269. </exclusion>
  270. <exclusion>
  271. <artifactId>org.apache.zookeeper</artifactId>
  272. <groupId>zookeeper</groupId>
  273. </exclusion>
  274. </exclusions>
  275. </dependency>
  276. <dependency>
  277. <groupId>org.apache.zookeeper</groupId>
  278. <artifactId>zookeeper</artifactId>
  279. <version>${apache-zookeeper.version}</version>
  280. <exclusions>
  281. <exclusion>
  282. <groupId>io.netty</groupId>
  283. <artifactId>netty</artifactId>
  284. </exclusion>
  285. </exclusions>
  286. </dependency>
  287. <dependency>
  288. <groupId>org.apache.curator</groupId>
  289. <artifactId>curator-test</artifactId>
  290. <version>${curator-test.version}</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>com.alipay.sofa</groupId>
  294. <artifactId>registry-client-all</artifactId>
  295. <version>${sofa.registry.version}</version>
  296. <exclusions>
  297. <exclusion>
  298. <groupId>com.alipay.sofa.lookout</groupId>
  299. <artifactId>lookout-api</artifactId>
  300. </exclusion>
  301. </exclusions>
  302. </dependency>
  303. <dependency>
  304. <groupId>com.alipay.sofa</groupId>
  305. <artifactId>registry-test</artifactId>
  306. <version>${sofa.registry.version}</version>
  307. <exclusions>
  308. <exclusion>
  309. <artifactId>log4j-over-slf4j</artifactId>
  310. <groupId>org.slf4j</groupId>
  311. </exclusion>
  312. <exclusion>
  313. <artifactId>log4j-jcl</artifactId>
  314. <groupId>org.apache.logging.log4j</groupId>
  315. </exclusion>
  316. <exclusion>
  317. <artifactId>log4j-core</artifactId>
  318. <groupId>org.apache.logging.log4j</groupId>
  319. </exclusion>
  320. <exclusion>
  321. <artifactId>log4j-api</artifactId>
  322. <groupId>org.apache.logging.log4j</groupId>
  323. </exclusion>
  324. </exclusions>
  325. </dependency>
  326. <dependency>
  327. <groupId>com.alibaba.spring</groupId>
  328. <artifactId>spring-context-support</artifactId>
  329. <version>${spring-context-support.version}</version>
  330. </dependency>
  331. <dependency>
  332. <groupId>com.alibaba.nacos</groupId>
  333. <artifactId>nacos-client</artifactId>
  334. <version>${nacos-client.version}</version>
  335. </dependency>
  336. <dependency>
  337. <groupId>com.ctrip.framework.apollo</groupId>
  338. <artifactId>apollo-client</artifactId>
  339. <version>${apollo-client.version}</version>
  340. </dependency>
  341. <dependency>
  342. <groupId>redis.clients</groupId>
  343. <artifactId>jedis</artifactId>
  344. <version>${jedis.version}</version>
  345. </dependency>
  346. <dependency>
  347. <groupId>com.github.microwww</groupId>
  348. <artifactId>redis-server</artifactId>
  349. <version>${mock-jedis.version}</version>
  350. </dependency>
  351. <dependency>
  352. <groupId>com.netflix.eureka</groupId>
  353. <artifactId>eureka-client</artifactId>
  354. <version>${eureka-clients.version}</version>
  355. <exclusions>
  356. <exclusion>
  357. <groupId>javax.servlet</groupId>
  358. <artifactId>servlet-api</artifactId>
  359. </exclusion>
  360. </exclusions>
  361. </dependency>
  362. <dependency>
  363. <groupId>com.netflix.archaius</groupId>
  364. <artifactId>archaius-core</artifactId>
  365. <version>${archaius-core.version}</version>
  366. </dependency>
  367. <dependency>
  368. <groupId>com.ecwid.consul</groupId>
  369. <artifactId>consul-api</artifactId>
  370. <version>${consul-clients.version}</version>
  371. </dependency>
  372. <dependency>
  373. <groupId>io.etcd</groupId>
  374. <artifactId>jetcd-core</artifactId>
  375. <version>${etcd-client-v3.version}</version>
  376. <exclusions>
  377. <exclusion>
  378. <groupId>io.netty</groupId>
  379. <artifactId>netty-codec-http</artifactId>
  380. </exclusion>
  381. <exclusion>
  382. <groupId>io.netty</groupId>
  383. <artifactId>netty-codec-http2</artifactId>
  384. </exclusion>
  385. <exclusion>
  386. <groupId>io.netty</groupId>
  387. <artifactId>netty-handler-proxy</artifactId>
  388. </exclusion>
  389. <exclusion>
  390. <groupId>io.netty</groupId>
  391. <artifactId>netty-handler</artifactId>
  392. </exclusion>
  393. <exclusion>
  394. <groupId>com.google.guava</groupId>
  395. <artifactId>guava</artifactId>
  396. </exclusion>
  397. </exclusions>
  398. </dependency>
  399. <dependency>
  400. <groupId>com.google.guava</groupId>
  401. <artifactId>guava</artifactId>
  402. <version>${guava.version}</version>
  403. </dependency>
  404. <dependency>
  405. <groupId>io.etcd</groupId>
  406. <artifactId>jetcd-launcher</artifactId>
  407. <version>${etcd-client-v3.version}</version>
  408. </dependency>
  409. <dependency>
  410. <groupId>org.testcontainers</groupId>
  411. <artifactId>testcontainers</artifactId>
  412. <version>${testcontainers.version}</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>javax.inject</groupId>
  416. <artifactId>javax.inject</artifactId>
  417. <version>${javax-inject.version}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>javax.annotation</groupId>
  421. <artifactId>javax.annotation-api</artifactId>
  422. <version>${javax.annotation-api.version}</version>
  423. </dependency>
  424. <dependency>
  425. <groupId>javax.servlet</groupId>
  426. <artifactId>javax.servlet-api</artifactId>
  427. <version>${javax.servlet-api.version}</version>
  428. </dependency>
  429. <dependency>
  430. <groupId>jakarta.servlet</groupId>
  431. <artifactId>jakarta.servlet-api</artifactId>
  432. <version>${jakarta.servlet-api.version}</version>
  433. </dependency>
  434. <dependency>
  435. <groupId>com.weibo</groupId>
  436. <artifactId>motan-core</artifactId>
  437. <version>${motan.version}</version>
  438. <exclusions>
  439. <exclusion>
  440. <artifactId>slf4j-log4j12</artifactId>
  441. <groupId>org.slf4j</groupId>
  442. </exclusion>
  443. </exclusions>
  444. </dependency>
  445. <dependency>
  446. <groupId>com.weibo</groupId>
  447. <artifactId>motan-transport-netty</artifactId>
  448. <version>${motan.version}</version>
  449. <exclusions>
  450. <exclusion>
  451. <artifactId>slf4j-log4j12</artifactId>
  452. <groupId>org.slf4j</groupId>
  453. </exclusion>
  454. </exclusions>
  455. </dependency>
  456. <!--only used for seata-server-->
  457. <dependency>
  458. <groupId>com.beust</groupId>
  459. <artifactId>jcommander</artifactId>
  460. <version>${jcommander.version}</version>
  461. </dependency>
  462. <dependency>
  463. <groupId>io.grpc</groupId>
  464. <artifactId>grpc-testing</artifactId>
  465. <version>${grpc.version}</version>
  466. <scope>test</scope>
  467. </dependency>
  468. <dependency>
  469. <groupId>io.grpc</groupId>
  470. <artifactId>grpc-netty</artifactId>
  471. <version>${grpc.version}</version>
  472. </dependency>
  473. <dependency>
  474. <groupId>io.grpc</groupId>
  475. <artifactId>grpc-protobuf</artifactId>
  476. <version>${grpc.version}</version>
  477. </dependency>
  478. <dependency>
  479. <groupId>io.grpc</groupId>
  480. <artifactId>grpc-stub</artifactId>
  481. <version>${grpc.version}</version>
  482. </dependency>
  483. <dependency>
  484. <groupId>com.esotericsoftware</groupId>
  485. <artifactId>kryo</artifactId>
  486. <version>${kryo.version}</version>
  487. </dependency>
  488. <dependency>
  489. <groupId>de.javakaffee</groupId>
  490. <artifactId>kryo-serializers</artifactId>
  491. <version>${kryo-serializers.version}</version>
  492. </dependency>
  493. <dependency>
  494. <groupId>com.caucho</groupId>
  495. <artifactId>hessian</artifactId>
  496. <version>${hessian.version}</version>
  497. </dependency>
  498. <dependency>
  499. <groupId>de.ruedigermoeller</groupId>
  500. <artifactId>fst</artifactId>
  501. <version>${fst.version}</version>
  502. </dependency>
  503. <dependency>
  504. <groupId>org.tukaani</groupId>
  505. <artifactId>xz</artifactId>
  506. <version>${xz.version}</version>
  507. </dependency>
  508. <dependency>
  509. <groupId>org.apache.commons</groupId>
  510. <artifactId>commons-compress</artifactId>
  511. <version>${commons-compress.version}</version>
  512. </dependency>
  513. <dependency>
  514. <groupId>org.apache.ant</groupId>
  515. <artifactId>ant</artifactId>
  516. <version>${ant.version}</version>
  517. </dependency>
  518. <dependency>
  519. <groupId>org.lz4</groupId>
  520. <artifactId>lz4-java</artifactId>
  521. <version>${lz4.version}</version>
  522. </dependency>
  523. <dependency>
  524. <groupId>org.jetbrains.kotlin</groupId>
  525. <artifactId>kotlin-stdlib-common</artifactId>
  526. <version>${kotlin.version}</version>
  527. </dependency>
  528. <dependency>
  529. <groupId>org.jetbrains.kotlin</groupId>
  530. <artifactId>kotlin-stdlib-jdk7</artifactId>
  531. <version>${kotlin.version}</version>
  532. </dependency>
  533. <dependency>
  534. <groupId>org.jetbrains.kotlin</groupId>
  535. <artifactId>kotlin-stdlib-jdk8</artifactId>
  536. <version>${kotlin.version}</version>
  537. </dependency>
  538. <dependency>
  539. <groupId>org.jetbrains.kotlin</groupId>
  540. <artifactId>kotlin-stdlib</artifactId>
  541. <version>${kotlin.version}</version>
  542. </dependency>
  543. <dependency>
  544. <groupId>org.jetbrains.kotlin</groupId>
  545. <artifactId>kotlin-test-common</artifactId>
  546. <version>${kotlin.version}</version>
  547. </dependency>
  548. <dependency>
  549. <groupId>org.jetbrains.kotlin</groupId>
  550. <artifactId>kotlin-test</artifactId>
  551. <version>${kotlin.version}</version>
  552. </dependency>
  553. <dependency>
  554. <groupId>org.jetbrains.kotlinx</groupId>
  555. <artifactId>kotlinx-coroutines-core</artifactId>
  556. <version>${kotlin-coroutines.version}</version>
  557. </dependency>
  558. <dependency>
  559. <groupId>org.jetbrains.kotlinx</groupId>
  560. <artifactId>kotlinx-coroutines-core-jvm</artifactId>
  561. <version>${kotlin-coroutines.version}</version>
  562. </dependency>
  563. <dependency>
  564. <groupId>org.codehaus.groovy</groupId>
  565. <artifactId>groovy-all</artifactId>
  566. <version>${groovy.version}</version>
  567. <exclusions>
  568. <exclusion>
  569. <groupId>org.junit.jupiter</groupId>
  570. <artifactId>junit-jupiter-engine</artifactId>
  571. </exclusion>
  572. <exclusion>
  573. <groupId>org.junit.platform</groupId>
  574. <artifactId>junit-platform-launcher</artifactId>
  575. </exclusion>
  576. </exclusions>
  577. </dependency>
  578. <dependency>
  579. <groupId>com.github.luben</groupId>
  580. <artifactId>zstd-jni</artifactId>
  581. <version>${zstd.version}</version>
  582. </dependency>
  583. <!--<dependency>
  584. <groupId>io.jsonwebtoken</groupId>
  585. <artifactId>jjwt</artifactId>
  586. <version>${jwt.version}</version>
  587. </dependency>-->
  588. <dependency>
  589. <groupId>io.jsonwebtoken</groupId>
  590. <artifactId>jjwt-api</artifactId>
  591. <version>${jwt.version}</version>
  592. </dependency>
  593. <dependency>
  594. <groupId>io.jsonwebtoken</groupId>
  595. <artifactId>jjwt-impl</artifactId>
  596. <version>${jwt.version}</version>
  597. </dependency>
  598. <dependency>
  599. <groupId>io.jsonwebtoken</groupId>
  600. <artifactId>jjwt-jackson</artifactId>
  601. <version>${jwt.version}</version>
  602. </dependency>
  603. <dependency>
  604. <groupId>io.prometheus</groupId>
  605. <artifactId>simpleclient_httpserver</artifactId>
  606. <version>${prometheus.client.version}</version>
  607. </dependency>
  608. <!-- logback -->
  609. <dependency>
  610. <groupId>ch.qos.logback</groupId>
  611. <artifactId>logback-classic</artifactId>
  612. <version>${logback.version}</version>
  613. </dependency>
  614. <dependency>
  615. <groupId>ch.qos.logback</groupId>
  616. <artifactId>logback-core</artifactId>
  617. <version>${logback.version}</version>
  618. </dependency>
  619. <!-- logback appenders -->
  620. <dependency>
  621. <groupId>net.logstash.logback</groupId>
  622. <artifactId>logstash-logback-encoder</artifactId>
  623. <version>${logstash-logback-encoder.version}</version>
  624. </dependency>
  625. <dependency>
  626. <groupId>com.github.danielwegener</groupId>
  627. <artifactId>logback-kafka-appender</artifactId>
  628. <version>${kafka-appender.version}</version>
  629. </dependency>
  630. <!-- test -->
  631. <dependency>
  632. <groupId>org.mockito</groupId>
  633. <artifactId>mockito-core</artifactId>
  634. <version>${mockito.version}</version>
  635. </dependency>
  636. <dependency>
  637. <groupId>org.mockito</groupId>
  638. <artifactId>mockito-junit-jupiter</artifactId>
  639. <version>${mockito.version}</version>
  640. </dependency>
  641. <dependency>
  642. <groupId>org.assertj</groupId>
  643. <artifactId>assertj-core</artifactId>
  644. <version>${assertj-core.version}</version>
  645. </dependency>
  646. <dependency>
  647. <groupId>com.thoughtworks.xstream</groupId>
  648. <artifactId>xstream</artifactId>
  649. <version>${xstream.version}</version>
  650. <exclusions>
  651. <exclusion>
  652. <artifactId>*</artifactId>
  653. <groupId>org.glassfish.jersey</groupId>
  654. </exclusion>
  655. </exclusions>
  656. </dependency>
  657. <dependency>
  658. <groupId>org.eclipse.jetty</groupId>
  659. <artifactId>jetty-security</artifactId>
  660. <version>${jetty-version}</version>
  661. </dependency>
  662. <dependency>
  663. <groupId>org.eclipse.jetty</groupId>
  664. <artifactId>jetty-servlet</artifactId>
  665. <version>${jetty-version}</version>
  666. </dependency>
  667. </dependencies>
  668. </dependencyManagement>
  669. </project>