vertx-dependencies-4.3.7.pom 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright (c) 2011-2014 The original author or authors
  4. ~
  5. ~ All rights reserved. This program and the accompanying materials
  6. ~ are made available under the terms of the Eclipse Public License v1.0
  7. ~ and Apache License v2.0 which accompanies this distribution.
  8. ~
  9. ~ The Eclipse Public License is available at
  10. ~ http://www.eclipse.org/legal/epl-v10.html
  11. ~
  12. ~ The Apache License v2.0 is available at
  13. ~ http://www.apache.org/licenses/LICENSE-2.0
  14. ~
  15. ~ You may elect to redistribute this code under either of these licenses.
  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. <modelVersion>4.0.0</modelVersion>
  21. <parent>
  22. <groupId>io.vertx</groupId>
  23. <artifactId>vertx-parent</artifactId>
  24. <version>19</version>
  25. </parent>
  26. <groupId>io.vertx</groupId>
  27. <artifactId>vertx-dependencies</artifactId>
  28. <version>4.3.7</version>
  29. <name>Vert.x Stack - Vert.x components versions</name>
  30. <packaging>pom</packaging>
  31. <licenses>
  32. <license>
  33. <name>The Apache Software License, Version 2.0</name>
  34. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  35. <distribution>repo</distribution>
  36. </license>
  37. <license>
  38. <name>Eclipse Public License - v 1.0</name>
  39. <url>http://www.eclipse.org/legal/epl-v10.html</url>
  40. <distribution>repo</distribution>
  41. </license>
  42. </licenses>
  43. <properties>
  44. <stack.version>4.3.7</stack.version>
  45. <netty.version>4.1.86.Final</netty.version>
  46. <jackson.version>2.14.0</jackson.version>
  47. </properties>
  48. <dependencyManagement>
  49. <dependencies>
  50. <dependency>
  51. <groupId>io.vertx</groupId>
  52. <artifactId>vertx-codegen</artifactId>
  53. <version>${stack.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>io.vertx</groupId>
  57. <artifactId>vertx-codegen</artifactId>
  58. <classifier>processor</classifier>
  59. <version>${stack.version}</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>io.vertx</groupId>
  63. <artifactId>vertx-codegen</artifactId>
  64. <type>jar</type>
  65. <classifier>sources</classifier>
  66. <version>${stack.version}</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>io.vertx</groupId>
  70. <artifactId>vertx-codegen</artifactId>
  71. <type>jar</type>
  72. <classifier>tck</classifier>
  73. <version>${stack.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>io.vertx</groupId>
  77. <artifactId>vertx-codegen</artifactId>
  78. <type>test-jar</type>
  79. <version>${stack.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>io.vertx</groupId>
  83. <artifactId>vertx-codegen</artifactId>
  84. <type>jar</type>
  85. <classifier>tck-sources</classifier>
  86. <version>${stack.version}</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>io.vertx</groupId>
  90. <artifactId>vertx-docgen</artifactId>
  91. <version>0.9.4</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>io.vertx</groupId>
  95. <artifactId>vertx-core</artifactId>
  96. <version>${stack.version}</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>io.vertx</groupId>
  100. <artifactId>vertx-core</artifactId>
  101. <classifier>sources</classifier>
  102. <version>${stack.version}</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>io.vertx</groupId>
  106. <artifactId>vertx-core</artifactId>
  107. <version>${stack.version}</version>
  108. <type>test-jar</type>
  109. </dependency>
  110. <dependency>
  111. <groupId>io.vertx</groupId>
  112. <artifactId>vertx-uri-template</artifactId>
  113. <version>${stack.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>io.vertx</groupId>
  117. <artifactId>vertx-tracing-parent</artifactId>
  118. <version>${stack.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>io.vertx</groupId>
  122. <artifactId>vertx-zipkin</artifactId>
  123. <version>${stack.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>io.vertx</groupId>
  127. <artifactId>vertx-opentracing</artifactId>
  128. <version>${stack.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>io.vertx</groupId>
  132. <artifactId>vertx-opentelemetry</artifactId>
  133. <version>${stack.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>io.vertx</groupId>
  137. <artifactId>vertx-hazelcast</artifactId>
  138. <version>${stack.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>io.vertx</groupId>
  142. <artifactId>vertx-zookeeper</artifactId>
  143. <version>${stack.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>io.vertx</groupId>
  147. <artifactId>vertx-lang-groovy-parent</artifactId>
  148. <version>${stack.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>io.vertx</groupId>
  152. <artifactId>vertx-lang-groovy</artifactId>
  153. <version>${stack.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>io.vertx</groupId>
  157. <artifactId>vertx-lang-kotlin-parent</artifactId>
  158. <version>${stack.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>io.vertx</groupId>
  162. <artifactId>vertx-lang-kotlin</artifactId>
  163. <version>${stack.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>io.vertx</groupId>
  167. <artifactId>vertx-lang-kotlin-compiler</artifactId>
  168. <version>${stack.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>io.vertx</groupId>
  172. <artifactId>vertx-lang-kotlin-coroutines</artifactId>
  173. <version>${stack.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>io.vertx</groupId>
  177. <artifactId>vertx-unit</artifactId>
  178. <version>${stack.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>io.vertx</groupId>
  182. <artifactId>vertx-junit5</artifactId>
  183. <version>${stack.version}</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>io.vertx</groupId>
  187. <artifactId>vertx-junit5-rx-java</artifactId>
  188. <version>${stack.version}</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>io.vertx</groupId>
  192. <artifactId>vertx-junit5-rx-java2</artifactId>
  193. <version>${stack.version}</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>io.vertx</groupId>
  197. <artifactId>vertx-junit5-rx-java3</artifactId>
  198. <version>${stack.version}</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>io.vertx</groupId>
  202. <artifactId>vertx-consul</artifactId>
  203. <version>${stack.version}</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>io.vertx</groupId>
  207. <artifactId>vertx-consul-client</artifactId>
  208. <version>${stack.version}</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>io.vertx</groupId>
  212. <artifactId>vertx-consul-client</artifactId>
  213. <type>test-jar</type>
  214. <version>${stack.version}</version>
  215. </dependency>
  216. <dependency>
  217. <groupId>io.vertx</groupId>
  218. <artifactId>vertx-mongo-client</artifactId>
  219. <version>${stack.version}</version>
  220. </dependency>
  221. <dependency>
  222. <groupId>io.vertx</groupId>
  223. <artifactId>vertx-mongo-client</artifactId>
  224. <type>test-jar</type>
  225. <version>${stack.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>io.vertx</groupId>
  229. <artifactId>vertx-cassandra-client</artifactId>
  230. <version>${stack.version}</version>
  231. </dependency>
  232. <dependency>
  233. <groupId>io.vertx</groupId>
  234. <artifactId>vertx-sql-common</artifactId>
  235. <version>${stack.version}</version>
  236. </dependency>
  237. <dependency>
  238. <groupId>io.vertx</groupId>
  239. <artifactId>vertx-jdbc-client</artifactId>
  240. <version>${stack.version}</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>io.vertx</groupId>
  244. <artifactId>vertx-reactive-streams</artifactId>
  245. <version>${stack.version}</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>io.vertx</groupId>
  249. <artifactId>vertx-service-proxy</artifactId>
  250. <version>${stack.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>io.vertx</groupId>
  254. <artifactId>vertx-service-proxy</artifactId>
  255. <classifier>processor</classifier>
  256. <version>${stack.version}</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>io.vertx</groupId>
  260. <artifactId>vertx-service-factory</artifactId>
  261. <version>${stack.version}</version>
  262. </dependency>
  263. <dependency>
  264. <groupId>io.vertx</groupId>
  265. <artifactId>vertx-maven-service-factory-parent</artifactId>
  266. <version>${stack.version}</version>
  267. </dependency>
  268. <dependency>
  269. <groupId>io.vertx</groupId>
  270. <artifactId>vertx-maven-service-factory</artifactId>
  271. <version>${stack.version}</version>
  272. </dependency>
  273. <dependency>
  274. <groupId>io.vertx</groupId>
  275. <artifactId>vertx-http-service-factory</artifactId>
  276. <version>${stack.version}</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>io.vertx</groupId>
  280. <artifactId>vertx-dropwizard-metrics</artifactId>
  281. <version>${stack.version}</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>io.vertx</groupId>
  285. <artifactId>vertx-micrometer-metrics</artifactId>
  286. <version>${stack.version}</version>
  287. </dependency>
  288. <dependency>
  289. <groupId>io.vertx</groupId>
  290. <artifactId>vertx-health-check</artifactId>
  291. <version>${stack.version}</version>
  292. </dependency>
  293. <dependency>
  294. <groupId>io.vertx</groupId>
  295. <artifactId>vertx-rx</artifactId>
  296. <type>pom</type>
  297. <version>${stack.version}</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>io.vertx</groupId>
  301. <artifactId>vertx-rx-java</artifactId>
  302. <version>${stack.version}</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>io.vertx</groupId>
  306. <artifactId>vertx-rx-java2</artifactId>
  307. <version>${stack.version}</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>io.vertx</groupId>
  311. <artifactId>vertx-rx-java3</artifactId>
  312. <version>${stack.version}</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>io.vertx</groupId>
  316. <artifactId>vertx-auth</artifactId>
  317. <type>pom</type>
  318. <version>${stack.version}</version>
  319. </dependency>
  320. <dependency>
  321. <groupId>io.vertx</groupId>
  322. <artifactId>vertx-auth-common</artifactId>
  323. <version>${stack.version}</version>
  324. </dependency>
  325. <dependency>
  326. <groupId>io.vertx</groupId>
  327. <artifactId>vertx-jwt</artifactId>
  328. <version>${stack.version}</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>io.vertx</groupId>
  332. <artifactId>vertx-auth-htdigest</artifactId>
  333. <version>${stack.version}</version>
  334. </dependency>
  335. <dependency>
  336. <groupId>io.vertx</groupId>
  337. <artifactId>vertx-auth-jdbc</artifactId>
  338. <version>${stack.version}</version>
  339. </dependency>
  340. <dependency>
  341. <groupId>io.vertx</groupId>
  342. <artifactId>vertx-auth-shiro</artifactId>
  343. <version>${stack.version}</version>
  344. </dependency>
  345. <dependency>
  346. <groupId>io.vertx</groupId>
  347. <artifactId>vertx-auth-properties</artifactId>
  348. <version>${stack.version}</version>
  349. </dependency>
  350. <dependency>
  351. <groupId>io.vertx</groupId>
  352. <artifactId>vertx-auth-ldap</artifactId>
  353. <version>${stack.version}</version>
  354. </dependency>
  355. <dependency>
  356. <groupId>io.vertx</groupId>
  357. <artifactId>vertx-auth-oauth2</artifactId>
  358. <version>${stack.version}</version>
  359. </dependency>
  360. <dependency>
  361. <groupId>io.vertx</groupId>
  362. <artifactId>vertx-auth-webauthn</artifactId>
  363. <version>${stack.version}</version>
  364. </dependency>
  365. <dependency>
  366. <groupId>io.vertx</groupId>
  367. <artifactId>vertx-auth-jwt</artifactId>
  368. <version>${stack.version}</version>
  369. </dependency>
  370. <dependency>
  371. <groupId>io.vertx</groupId>
  372. <artifactId>vertx-auth-mongo</artifactId>
  373. <version>${stack.version}</version>
  374. </dependency>
  375. <dependency>
  376. <groupId>io.vertx</groupId>
  377. <artifactId>vertx-auth-htpasswd</artifactId>
  378. <version>${stack.version}</version>
  379. </dependency>
  380. <dependency>
  381. <groupId>io.vertx</groupId>
  382. <artifactId>vertx-auth-otp</artifactId>
  383. <version>${stack.version}</version>
  384. </dependency>
  385. <dependency>
  386. <groupId>io.vertx</groupId>
  387. <artifactId>vertx-auth-sql-client</artifactId>
  388. <version>${stack.version}</version>
  389. </dependency>
  390. <dependency>
  391. <groupId>io.vertx</groupId>
  392. <artifactId>vertx-web-parent</artifactId>
  393. <type>pom</type>
  394. <version>${stack.version}</version>
  395. </dependency>
  396. <dependency>
  397. <groupId>io.vertx</groupId>
  398. <artifactId>vertx-web</artifactId>
  399. <version>${stack.version}</version>
  400. </dependency>
  401. <dependency>
  402. <groupId>io.vertx</groupId>
  403. <artifactId>vertx-web</artifactId>
  404. <type>test-jar</type>
  405. <version>${stack.version}</version>
  406. </dependency>
  407. <dependency>
  408. <groupId>io.vertx</groupId>
  409. <artifactId>vertx-web</artifactId>
  410. <classifier>client</classifier>
  411. <type>js</type>
  412. <version>${stack.version}</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>io.vertx</groupId>
  416. <artifactId>vertx-web-common</artifactId>
  417. <version>${stack.version}</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>io.vertx</groupId>
  421. <artifactId>vertx-web-client</artifactId>
  422. <version>${stack.version}</version>
  423. </dependency>
  424. <dependency>
  425. <groupId>io.vertx</groupId>
  426. <artifactId>vertx-web-api-contract</artifactId>
  427. <version>${stack.version}</version>
  428. </dependency>
  429. <dependency>
  430. <groupId>io.vertx</groupId>
  431. <artifactId>vertx-web-api-service</artifactId>
  432. <version>${stack.version}</version>
  433. </dependency>
  434. <dependency>
  435. <groupId>io.vertx</groupId>
  436. <artifactId>vertx-web-openapi</artifactId>
  437. <version>${stack.version}</version>
  438. </dependency>
  439. <dependency>
  440. <groupId>io.vertx</groupId>
  441. <artifactId>vertx-web-templ-thymeleaf</artifactId>
  442. <version>${stack.version}</version>
  443. </dependency>
  444. <dependency>
  445. <groupId>io.vertx</groupId>
  446. <artifactId>vertx-web-templ-handlebars</artifactId>
  447. <version>${stack.version}</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>io.vertx</groupId>
  451. <artifactId>vertx-web-templ-jade</artifactId>
  452. <version>${stack.version}</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>io.vertx</groupId>
  456. <artifactId>vertx-web-templ-mvel</artifactId>
  457. <version>${stack.version}</version>
  458. </dependency>
  459. <dependency>
  460. <groupId>io.vertx</groupId>
  461. <artifactId>vertx-web-templ-pebble</artifactId>
  462. <version>${stack.version}</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>io.vertx</groupId>
  466. <artifactId>vertx-web-templ-freemarker</artifactId>
  467. <version>${stack.version}</version>
  468. </dependency>
  469. <dependency>
  470. <groupId>io.vertx</groupId>
  471. <artifactId>vertx-web-templ-jte</artifactId>
  472. <version>${stack.version}</version>
  473. </dependency>
  474. <dependency>
  475. <groupId>io.vertx</groupId>
  476. <artifactId>vertx-web-templ-httl</artifactId>
  477. <version>${stack.version}</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>io.vertx</groupId>
  481. <artifactId>vertx-web-templ-rocker</artifactId>
  482. <version>${stack.version}</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>io.vertx</groupId>
  486. <artifactId>vertx-web-templ-rythm</artifactId>
  487. <version>${stack.version}</version>
  488. </dependency>
  489. <dependency>
  490. <groupId>io.vertx</groupId>
  491. <artifactId>vertx-web-templ-freemarker</artifactId>
  492. <type>test-jar</type>
  493. <version>${stack.version}</version>
  494. </dependency>
  495. <dependency>
  496. <groupId>io.vertx</groupId>
  497. <artifactId>vertx-web-templ-jte</artifactId>
  498. <type>test-jar</type>
  499. <version>${stack.version}</version>
  500. </dependency>
  501. <dependency>
  502. <groupId>io.vertx</groupId>
  503. <artifactId>vertx-web-templ-rocker</artifactId>
  504. <type>test-jar</type>
  505. <version>${stack.version}</version>
  506. </dependency>
  507. <dependency>
  508. <groupId>io.vertx</groupId>
  509. <artifactId>vertx-web-templ-httl</artifactId>
  510. <type>test-jar</type>
  511. <version>${stack.version}</version>
  512. </dependency>
  513. <dependency>
  514. <groupId>io.vertx</groupId>
  515. <artifactId>vertx-web-templ-rythm</artifactId>
  516. <type>test-jar</type>
  517. <version>${stack.version}</version>
  518. </dependency>
  519. <dependency>
  520. <groupId>io.vertx</groupId>
  521. <artifactId>vertx-web-templ-thymeleaf</artifactId>
  522. <version>${stack.version}</version>
  523. <classifier>shaded</classifier>
  524. </dependency>
  525. <dependency>
  526. <groupId>io.vertx</groupId>
  527. <artifactId>vertx-web-templ-handlebars</artifactId>
  528. <version>${stack.version}</version>
  529. <classifier>shaded</classifier>
  530. </dependency>
  531. <dependency>
  532. <groupId>io.vertx</groupId>
  533. <artifactId>vertx-web-templ-jade</artifactId>
  534. <version>${stack.version}</version>
  535. <classifier>shaded</classifier>
  536. </dependency>
  537. <dependency>
  538. <groupId>io.vertx</groupId>
  539. <artifactId>vertx-web-templ-mvel</artifactId>
  540. <version>${stack.version}</version>
  541. <classifier>shaded</classifier>
  542. </dependency>
  543. <dependency>
  544. <groupId>io.vertx</groupId>
  545. <artifactId>vertx-web-templ-pebble</artifactId>
  546. <version>${stack.version}</version>
  547. <classifier>shaded</classifier>
  548. </dependency>
  549. <dependency>
  550. <groupId>io.vertx</groupId>
  551. <artifactId>vertx-web-templ-freemarker</artifactId>
  552. <version>${stack.version}</version>
  553. <classifier>shaded</classifier>
  554. </dependency>
  555. <dependency>
  556. <groupId>io.vertx</groupId>
  557. <artifactId>vertx-web-templ-jte</artifactId>
  558. <version>${stack.version}</version>
  559. <classifier>shaded</classifier>
  560. </dependency>
  561. <dependency>
  562. <groupId>io.vertx</groupId>
  563. <artifactId>vertx-web-templ-rocker</artifactId>
  564. <version>${stack.version}</version>
  565. <classifier>shaded</classifier>
  566. </dependency>
  567. <dependency>
  568. <groupId>io.vertx</groupId>
  569. <artifactId>vertx-web-templ-httl</artifactId>
  570. <version>${stack.version}</version>
  571. <classifier>shaded</classifier>
  572. </dependency>
  573. <dependency>
  574. <groupId>io.vertx</groupId>
  575. <artifactId>vertx-web-templ-rythm</artifactId>
  576. <version>${stack.version}</version>
  577. <classifier>shaded</classifier>
  578. </dependency>
  579. <dependency>
  580. <groupId>io.vertx</groupId>
  581. <artifactId>vertx-web-sstore-cookie</artifactId>
  582. <version>${stack.version}</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>io.vertx</groupId>
  586. <artifactId>vertx-web-sstore-redis</artifactId>
  587. <version>${stack.version}</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>io.vertx</groupId>
  591. <artifactId>vertx-web-sstore-infinispan</artifactId>
  592. <version>${stack.version}</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>io.vertx</groupId>
  596. <artifactId>vertx-web-graphql</artifactId>
  597. <version>${stack.version}</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>io.vertx</groupId>
  601. <artifactId>vertx-web-validation</artifactId>
  602. <version>${stack.version}</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>io.vertx</groupId>
  606. <artifactId>vertx-web-proxy</artifactId>
  607. <version>${stack.version}</version>
  608. </dependency>
  609. <dependency>
  610. <groupId>io.vertx</groupId>
  611. <artifactId>vertx-sockjs-service-proxy</artifactId>
  612. <version>${stack.version}</version>
  613. </dependency>
  614. <dependency>
  615. <groupId>io.vertx</groupId>
  616. <artifactId>vertx-mail-client</artifactId>
  617. <version>${stack.version}</version>
  618. </dependency>
  619. <dependency>
  620. <groupId>io.vertx</groupId>
  621. <artifactId>vertx-mail-client</artifactId>
  622. <type>test-jar</type>
  623. <version>${stack.version}</version>
  624. </dependency>
  625. <dependency>
  626. <groupId>io.vertx</groupId>
  627. <artifactId>vertx-redis-client</artifactId>
  628. <version>${stack.version}</version>
  629. </dependency>
  630. <dependency>
  631. <groupId>io.vertx</groupId>
  632. <artifactId>vertx-sync</artifactId>
  633. <version>${stack.version}</version>
  634. </dependency>
  635. <dependency>
  636. <groupId>io.vertx</groupId>
  637. <artifactId>vertx-stomp</artifactId>
  638. <version>${stack.version}</version>
  639. </dependency>
  640. <dependency>
  641. <groupId>io.vertx</groupId>
  642. <artifactId>vertx-shell</artifactId>
  643. <version>${stack.version}</version>
  644. </dependency>
  645. <dependency>
  646. <groupId>io.vertx</groupId>
  647. <artifactId>vertx-tcp-eventbus-bridge</artifactId>
  648. <version>${stack.version}</version>
  649. </dependency>
  650. <dependency>
  651. <groupId>io.vertx</groupId>
  652. <artifactId>vertx-bridge-common</artifactId>
  653. <version>${stack.version}</version>
  654. </dependency>
  655. <dependency>
  656. <groupId>io.vertx</groupId>
  657. <artifactId>vertx-jgroups</artifactId>
  658. <version>${stack.version}</version>
  659. </dependency>
  660. <dependency>
  661. <groupId>io.vertx</groupId>
  662. <artifactId>vertx-infinispan-parent</artifactId>
  663. <version>${stack.version}</version>
  664. </dependency>
  665. <dependency>
  666. <groupId>io.vertx</groupId>
  667. <artifactId>vertx-infinispan</artifactId>
  668. <version>${stack.version}</version>
  669. </dependency>
  670. <dependency>
  671. <groupId>io.vertx</groupId>
  672. <artifactId>vertx-sql-client-parent</artifactId>
  673. <version>${stack.version}</version>
  674. </dependency>
  675. <dependency>
  676. <groupId>io.vertx</groupId>
  677. <artifactId>vertx-sql-client</artifactId>
  678. <version>${stack.version}</version>
  679. </dependency>
  680. <dependency>
  681. <groupId>io.vertx</groupId>
  682. <artifactId>vertx-sql-client</artifactId>
  683. <type>test-jar</type>
  684. <version>${stack.version}</version>
  685. </dependency>
  686. <dependency>
  687. <groupId>io.vertx</groupId>
  688. <artifactId>vertx-pg-client</artifactId>
  689. <version>${stack.version}</version>
  690. </dependency>
  691. <dependency>
  692. <groupId>io.vertx</groupId>
  693. <artifactId>vertx-mysql-client</artifactId>
  694. <version>${stack.version}</version>
  695. </dependency>
  696. <dependency>
  697. <groupId>io.vertx</groupId>
  698. <artifactId>vertx-db2-client</artifactId>
  699. <version>${stack.version}</version>
  700. </dependency>
  701. <dependency>
  702. <groupId>io.vertx</groupId>
  703. <artifactId>vertx-mssql-client</artifactId>
  704. <version>${stack.version}</version>
  705. </dependency>
  706. <dependency>
  707. <groupId>io.vertx</groupId>
  708. <artifactId>vertx-oracle-client</artifactId>
  709. <version>${stack.version}</version>
  710. </dependency>
  711. <dependency>
  712. <groupId>io.vertx</groupId>
  713. <artifactId>vertx-sql-client-templates</artifactId>
  714. <version>${stack.version}</version>
  715. </dependency>
  716. <dependency>
  717. <groupId>io.vertx</groupId>
  718. <artifactId>vertx-camel-bridge</artifactId>
  719. <version>${stack.version}</version>
  720. </dependency>
  721. <dependency>
  722. <groupId>io.vertx</groupId>
  723. <artifactId>vertx-ignite</artifactId>
  724. <version>${stack.version}</version>
  725. </dependency>
  726. <dependency>
  727. <groupId>io.vertx</groupId>
  728. <artifactId>vertx-rabbitmq-client</artifactId>
  729. <version>${stack.version}</version>
  730. </dependency>
  731. <dependency>
  732. <groupId>io.vertx</groupId>
  733. <artifactId>vertx-proton</artifactId>
  734. <version>${stack.version}</version>
  735. </dependency>
  736. <dependency>
  737. <groupId>io.vertx</groupId>
  738. <artifactId>vertx-amqp-client</artifactId>
  739. <version>${stack.version}</version>
  740. </dependency>
  741. <dependency>
  742. <groupId>io.vertx</groupId>
  743. <artifactId>vertx-kafka-client</artifactId>
  744. <version>${stack.version}</version>
  745. </dependency>
  746. <!-- microservices -->
  747. <dependency>
  748. <groupId>io.vertx</groupId>
  749. <artifactId>vertx-circuit-breaker</artifactId>
  750. <version>${stack.version}</version>
  751. </dependency>
  752. <dependency>
  753. <groupId>io.vertx</groupId>
  754. <artifactId>vertx-service-discovery</artifactId>
  755. <version>${stack.version}</version>
  756. </dependency>
  757. <dependency>
  758. <groupId>io.vertx</groupId>
  759. <artifactId>vertx-service-discovery</artifactId>
  760. <type>test-jar</type>
  761. <version>${stack.version}</version>
  762. </dependency>
  763. <dependency>
  764. <groupId>io.vertx</groupId>
  765. <artifactId>vertx-service-discovery-parent</artifactId>
  766. <type>pom</type>
  767. <version>${stack.version}</version>
  768. </dependency>
  769. <dependency>
  770. <groupId>io.vertx</groupId>
  771. <artifactId>vertx-service-discovery-bridge-kubernetes</artifactId>
  772. <version>${stack.version}</version>
  773. </dependency>
  774. <dependency>
  775. <groupId>io.vertx</groupId>
  776. <artifactId>vertx-service-discovery-bridge-docker</artifactId>
  777. <version>${stack.version}</version>
  778. </dependency>
  779. <dependency>
  780. <groupId>io.vertx</groupId>
  781. <artifactId>vertx-service-discovery-bridge-docker-links</artifactId>
  782. <version>${stack.version}</version>
  783. </dependency>
  784. <dependency>
  785. <groupId>io.vertx</groupId>
  786. <artifactId>vertx-service-discovery-bridge-consul</artifactId>
  787. <version>${stack.version}</version>
  788. </dependency>
  789. <dependency>
  790. <groupId>io.vertx</groupId>
  791. <artifactId>vertx-service-discovery-bridge-zookeeper</artifactId>
  792. <version>${stack.version}</version>
  793. </dependency>
  794. <dependency>
  795. <groupId>io.vertx</groupId>
  796. <artifactId>vertx-service-discovery-backend-redis</artifactId>
  797. <version>${stack.version}</version>
  798. </dependency>
  799. <dependency>
  800. <groupId>io.vertx</groupId>
  801. <artifactId>vertx-service-discovery-backend-zookeeper</artifactId>
  802. <version>${stack.version}</version>
  803. </dependency>
  804. <dependency>
  805. <groupId>io.vertx</groupId>
  806. <artifactId>vertx-service-discovery-backend-consul</artifactId>
  807. <version>${stack.version}</version>
  808. </dependency>
  809. <dependency>
  810. <groupId>io.vertx</groupId>
  811. <artifactId>vertx-config-parent</artifactId>
  812. <type>pom</type>
  813. <version>${stack.version}</version>
  814. </dependency>
  815. <dependency>
  816. <groupId>io.vertx</groupId>
  817. <artifactId>vertx-config</artifactId>
  818. <version>${stack.version}</version>
  819. </dependency>
  820. <dependency>
  821. <groupId>io.vertx</groupId>
  822. <artifactId>vertx-config-git</artifactId>
  823. <version>${stack.version}</version>
  824. </dependency>
  825. <dependency>
  826. <groupId>io.vertx</groupId>
  827. <artifactId>vertx-config-hocon</artifactId>
  828. <version>${stack.version}</version>
  829. </dependency>
  830. <dependency>
  831. <groupId>io.vertx</groupId>
  832. <artifactId>vertx-config-kubernetes-configmap</artifactId>
  833. <version>${stack.version}</version>
  834. </dependency>
  835. <dependency>
  836. <groupId>io.vertx</groupId>
  837. <artifactId>vertx-config-redis</artifactId>
  838. <version>${stack.version}</version>
  839. </dependency>
  840. <dependency>
  841. <groupId>io.vertx</groupId>
  842. <artifactId>vertx-config-spring-config-server</artifactId>
  843. <version>${stack.version}</version>
  844. </dependency>
  845. <dependency>
  846. <groupId>io.vertx</groupId>
  847. <artifactId>vertx-config-yaml</artifactId>
  848. <version>${stack.version}</version>
  849. </dependency>
  850. <dependency>
  851. <groupId>io.vertx</groupId>
  852. <artifactId>vertx-config-zookeeper</artifactId>
  853. <version>${stack.version}</version>
  854. </dependency>
  855. <dependency>
  856. <groupId>io.vertx</groupId>
  857. <artifactId>vertx-config-vault</artifactId>
  858. <version>${stack.version}</version>
  859. </dependency>
  860. <dependency>
  861. <groupId>io.vertx</groupId>
  862. <artifactId>vertx-config-consul</artifactId>
  863. <version>${stack.version}</version>
  864. </dependency>
  865. <dependency>
  866. <groupId>io.vertx</groupId>
  867. <artifactId>vertx-grpc-parent</artifactId>
  868. <version>${stack.version}</version>
  869. </dependency>
  870. <dependency>
  871. <groupId>io.vertx</groupId>
  872. <artifactId>vertx-grpc</artifactId>
  873. <version>${stack.version}</version>
  874. </dependency>
  875. <dependency>
  876. <groupId>io.vertx</groupId>
  877. <artifactId>vertx-grpc-aggregator</artifactId>
  878. <version>${stack.version}</version>
  879. </dependency>
  880. <dependency>
  881. <groupId>io.vertx</groupId>
  882. <artifactId>vertx-grpc-common</artifactId>
  883. <version>${stack.version}</version>
  884. </dependency>
  885. <dependency>
  886. <groupId>io.vertx</groupId>
  887. <artifactId>vertx-grpc-client</artifactId>
  888. <version>${stack.version}</version>
  889. </dependency>
  890. <dependency>
  891. <groupId>io.vertx</groupId>
  892. <artifactId>vertx-grpc-server</artifactId>
  893. <version>${stack.version}</version>
  894. </dependency>
  895. <dependency>
  896. <groupId>io.vertx</groupId>
  897. <artifactId>vertx-json-schema</artifactId>
  898. <version>${stack.version}</version>
  899. </dependency>
  900. <dependency>
  901. <groupId>io.vertx</groupId>
  902. <artifactId>vertx-http-proxy</artifactId>
  903. <version>${stack.version}</version>
  904. </dependency>
  905. <!-- IOT -->
  906. <dependency>
  907. <groupId>io.vertx</groupId>
  908. <artifactId>vertx-mqtt</artifactId>
  909. <version>${stack.version}</version>
  910. </dependency>
  911. <!-- Netty + TC Native -->
  912. <dependency>
  913. <groupId>io.netty</groupId>
  914. <artifactId>netty-bom</artifactId>
  915. <version>${netty.version}</version>
  916. <type>pom</type>
  917. <scope>import</scope>
  918. </dependency>
  919. <!-- jackson -->
  920. <dependency>
  921. <groupId>com.fasterxml.jackson</groupId>
  922. <artifactId>jackson-bom</artifactId>
  923. <version>${jackson.version}</version>
  924. <type>pom</type>
  925. <scope>import</scope>
  926. </dependency>
  927. </dependencies>
  928. </dependencyManagement>
  929. </project>