seata-dependencies-1.7.1.pom 21 KB

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