Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

1605 řádky
49KB

  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>tmp.io.ktor</groupId>
  4. <artifactId>placeholder.ktor-bom</artifactId>
  5. <version>2.2.2</version>
  6. <packaging>pom</packaging>
  7. <name>ktor-bom</name>
  8. <description>Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.</description>
  9. <url>https://github.com/ktorio/ktor</url>
  10. <licenses>
  11. <license>
  12. <name>The Apache Software License, Version 2.0</name>
  13. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  14. <distribution>repo</distribution>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <id>JetBrains</id>
  20. <name>JetBrains Team</name>
  21. <organization>JetBrains</organization>
  22. <organizationUrl>https://www.jetbrains.com</organizationUrl>
  23. </developer>
  24. </developers>
  25. <scm>
  26. <url>https://github.com/ktorio/ktor.git</url>
  27. </scm>
  28. <dependencies>
  29. <dependency>
  30. <groupId>io.ktor</groupId>
  31. <artifactId>ktor-client-jvm</artifactId>
  32. <version>2.2.2</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>io.ktor</groupId>
  36. <artifactId>ktor-client</artifactId>
  37. <version>2.2.2</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>io.ktor</groupId>
  41. <artifactId>ktor-http-js</artifactId>
  42. <version>2.2.2</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>io.ktor</groupId>
  46. <artifactId>ktor-http-jvm</artifactId>
  47. <version>2.2.2</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>io.ktor</groupId>
  51. <artifactId>ktor-http</artifactId>
  52. <version>2.2.2</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>io.ktor</groupId>
  56. <artifactId>ktor-http-linuxx64</artifactId>
  57. <version>2.2.2</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>io.ktor</groupId>
  61. <artifactId>ktor-http-mingwx64</artifactId>
  62. <version>2.2.2</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>io.ktor</groupId>
  66. <artifactId>ktor-io-js</artifactId>
  67. <version>2.2.2</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>io.ktor</groupId>
  71. <artifactId>ktor-io-jvm</artifactId>
  72. <version>2.2.2</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>io.ktor</groupId>
  76. <artifactId>ktor-io</artifactId>
  77. <version>2.2.2</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>io.ktor</groupId>
  81. <artifactId>ktor-io-linuxx64</artifactId>
  82. <version>2.2.2</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>io.ktor</groupId>
  86. <artifactId>ktor-io-mingwx64</artifactId>
  87. <version>2.2.2</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>io.ktor</groupId>
  91. <artifactId>ktor-network-jvm</artifactId>
  92. <version>2.2.2</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>io.ktor</groupId>
  96. <artifactId>ktor-network</artifactId>
  97. <version>2.2.2</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>io.ktor</groupId>
  101. <artifactId>ktor-network-linuxx64</artifactId>
  102. <version>2.2.2</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>io.ktor</groupId>
  106. <artifactId>ktor-server-jvm</artifactId>
  107. <version>2.2.2</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>io.ktor</groupId>
  111. <artifactId>ktor-server</artifactId>
  112. <version>2.2.2</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.ktor</groupId>
  116. <artifactId>ktor-server-linuxx64</artifactId>
  117. <version>2.2.2</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>io.ktor</groupId>
  121. <artifactId>ktor-shared-jvm</artifactId>
  122. <version>2.2.2</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>io.ktor</groupId>
  126. <artifactId>ktor-shared</artifactId>
  127. <version>2.2.2</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>io.ktor</groupId>
  131. <artifactId>ktor-test-dispatcher-js</artifactId>
  132. <version>2.2.2</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>io.ktor</groupId>
  136. <artifactId>ktor-test-dispatcher-jvm</artifactId>
  137. <version>2.2.2</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>io.ktor</groupId>
  141. <artifactId>ktor-test-dispatcher</artifactId>
  142. <version>2.2.2</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>io.ktor</groupId>
  146. <artifactId>ktor-test-dispatcher-linuxx64</artifactId>
  147. <version>2.2.2</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>io.ktor</groupId>
  151. <artifactId>ktor-test-dispatcher-mingwx64</artifactId>
  152. <version>2.2.2</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>io.ktor</groupId>
  156. <artifactId>ktor-utils-js</artifactId>
  157. <version>2.2.2</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>io.ktor</groupId>
  161. <artifactId>ktor-utils-jvm</artifactId>
  162. <version>2.2.2</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>io.ktor</groupId>
  166. <artifactId>ktor-utils</artifactId>
  167. <version>2.2.2</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>io.ktor</groupId>
  171. <artifactId>ktor-utils-linuxx64</artifactId>
  172. <version>2.2.2</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>io.ktor</groupId>
  176. <artifactId>ktor-utils-mingwx64</artifactId>
  177. <version>2.2.2</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>io.ktor</groupId>
  181. <artifactId>ktor-client-android-jvm</artifactId>
  182. <version>2.2.2</version>
  183. </dependency>
  184. <dependency>
  185. <groupId>io.ktor</groupId>
  186. <artifactId>ktor-client-android</artifactId>
  187. <version>2.2.2</version>
  188. </dependency>
  189. <dependency>
  190. <groupId>io.ktor</groupId>
  191. <artifactId>ktor-client-apache-jvm</artifactId>
  192. <version>2.2.2</version>
  193. </dependency>
  194. <dependency>
  195. <groupId>io.ktor</groupId>
  196. <artifactId>ktor-client-apache</artifactId>
  197. <version>2.2.2</version>
  198. </dependency>
  199. <dependency>
  200. <groupId>io.ktor</groupId>
  201. <artifactId>ktor-client-cio-jvm</artifactId>
  202. <version>2.2.2</version>
  203. </dependency>
  204. <dependency>
  205. <groupId>io.ktor</groupId>
  206. <artifactId>ktor-client-cio</artifactId>
  207. <version>2.2.2</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>io.ktor</groupId>
  211. <artifactId>ktor-client-cio-linuxx64</artifactId>
  212. <version>2.2.2</version>
  213. </dependency>
  214. <dependency>
  215. <groupId>io.ktor</groupId>
  216. <artifactId>ktor-client-core-js</artifactId>
  217. <version>2.2.2</version>
  218. </dependency>
  219. <dependency>
  220. <groupId>io.ktor</groupId>
  221. <artifactId>ktor-client-core-jvm</artifactId>
  222. <version>2.2.2</version>
  223. </dependency>
  224. <dependency>
  225. <groupId>io.ktor</groupId>
  226. <artifactId>ktor-client-core</artifactId>
  227. <version>2.2.2</version>
  228. </dependency>
  229. <dependency>
  230. <groupId>io.ktor</groupId>
  231. <artifactId>ktor-client-core-linuxx64</artifactId>
  232. <version>2.2.2</version>
  233. </dependency>
  234. <dependency>
  235. <groupId>io.ktor</groupId>
  236. <artifactId>ktor-client-core-mingwx64</artifactId>
  237. <version>2.2.2</version>
  238. </dependency>
  239. <dependency>
  240. <groupId>io.ktor</groupId>
  241. <artifactId>ktor-client-curl</artifactId>
  242. <version>2.2.2</version>
  243. </dependency>
  244. <dependency>
  245. <groupId>io.ktor</groupId>
  246. <artifactId>ktor-client-curl-linuxx64</artifactId>
  247. <version>2.2.2</version>
  248. </dependency>
  249. <dependency>
  250. <groupId>io.ktor</groupId>
  251. <artifactId>ktor-client-curl-mingwx64</artifactId>
  252. <version>2.2.2</version>
  253. </dependency>
  254. <dependency>
  255. <groupId>io.ktor</groupId>
  256. <artifactId>ktor-client-darwin</artifactId>
  257. <version>2.2.2</version>
  258. </dependency>
  259. <dependency>
  260. <groupId>io.ktor</groupId>
  261. <artifactId>ktor-client-darwin-legacy</artifactId>
  262. <version>2.2.2</version>
  263. </dependency>
  264. <dependency>
  265. <groupId>io.ktor</groupId>
  266. <artifactId>ktor-client-ios</artifactId>
  267. <version>2.2.2</version>
  268. </dependency>
  269. <dependency>
  270. <groupId>io.ktor</groupId>
  271. <artifactId>ktor-client-java-jvm</artifactId>
  272. <version>2.2.2</version>
  273. </dependency>
  274. <dependency>
  275. <groupId>io.ktor</groupId>
  276. <artifactId>ktor-client-java</artifactId>
  277. <version>2.2.2</version>
  278. </dependency>
  279. <dependency>
  280. <groupId>io.ktor</groupId>
  281. <artifactId>ktor-client-jetty-jvm</artifactId>
  282. <version>2.2.2</version>
  283. </dependency>
  284. <dependency>
  285. <groupId>io.ktor</groupId>
  286. <artifactId>ktor-client-jetty</artifactId>
  287. <version>2.2.2</version>
  288. </dependency>
  289. <dependency>
  290. <groupId>io.ktor</groupId>
  291. <artifactId>ktor-client-js-js</artifactId>
  292. <version>2.2.2</version>
  293. </dependency>
  294. <dependency>
  295. <groupId>io.ktor</groupId>
  296. <artifactId>ktor-client-js</artifactId>
  297. <version>2.2.2</version>
  298. </dependency>
  299. <dependency>
  300. <groupId>io.ktor</groupId>
  301. <artifactId>ktor-client-mock-js</artifactId>
  302. <version>2.2.2</version>
  303. </dependency>
  304. <dependency>
  305. <groupId>io.ktor</groupId>
  306. <artifactId>ktor-client-mock-jvm</artifactId>
  307. <version>2.2.2</version>
  308. </dependency>
  309. <dependency>
  310. <groupId>io.ktor</groupId>
  311. <artifactId>ktor-client-mock</artifactId>
  312. <version>2.2.2</version>
  313. </dependency>
  314. <dependency>
  315. <groupId>io.ktor</groupId>
  316. <artifactId>ktor-client-mock-linuxx64</artifactId>
  317. <version>2.2.2</version>
  318. </dependency>
  319. <dependency>
  320. <groupId>io.ktor</groupId>
  321. <artifactId>ktor-client-mock-mingwx64</artifactId>
  322. <version>2.2.2</version>
  323. </dependency>
  324. <dependency>
  325. <groupId>io.ktor</groupId>
  326. <artifactId>ktor-client-okhttp-jvm</artifactId>
  327. <version>2.2.2</version>
  328. </dependency>
  329. <dependency>
  330. <groupId>io.ktor</groupId>
  331. <artifactId>ktor-client-okhttp</artifactId>
  332. <version>2.2.2</version>
  333. </dependency>
  334. <dependency>
  335. <groupId>io.ktor</groupId>
  336. <artifactId>ktor-client-plugins-jvm</artifactId>
  337. <version>2.2.2</version>
  338. </dependency>
  339. <dependency>
  340. <groupId>io.ktor</groupId>
  341. <artifactId>ktor-client-plugins</artifactId>
  342. <version>2.2.2</version>
  343. </dependency>
  344. <dependency>
  345. <groupId>io.ktor</groupId>
  346. <artifactId>ktor-client-tests-js</artifactId>
  347. <version>2.2.2</version>
  348. </dependency>
  349. <dependency>
  350. <groupId>io.ktor</groupId>
  351. <artifactId>ktor-client-tests-jvm</artifactId>
  352. <version>2.2.2</version>
  353. </dependency>
  354. <dependency>
  355. <groupId>io.ktor</groupId>
  356. <artifactId>ktor-client-tests</artifactId>
  357. <version>2.2.2</version>
  358. </dependency>
  359. <dependency>
  360. <groupId>io.ktor</groupId>
  361. <artifactId>ktor-client-tests-linuxx64</artifactId>
  362. <version>2.2.2</version>
  363. </dependency>
  364. <dependency>
  365. <groupId>io.ktor</groupId>
  366. <artifactId>ktor-client-tests-mingwx64</artifactId>
  367. <version>2.2.2</version>
  368. </dependency>
  369. <dependency>
  370. <groupId>io.ktor</groupId>
  371. <artifactId>ktor-client-winhttp</artifactId>
  372. <version>2.2.2</version>
  373. </dependency>
  374. <dependency>
  375. <groupId>io.ktor</groupId>
  376. <artifactId>ktor-client-winhttp-mingwx64</artifactId>
  377. <version>2.2.2</version>
  378. </dependency>
  379. <dependency>
  380. <groupId>io.ktor</groupId>
  381. <artifactId>ktor-http-cio-js</artifactId>
  382. <version>2.2.2</version>
  383. </dependency>
  384. <dependency>
  385. <groupId>io.ktor</groupId>
  386. <artifactId>ktor-http-cio-jvm</artifactId>
  387. <version>2.2.2</version>
  388. </dependency>
  389. <dependency>
  390. <groupId>io.ktor</groupId>
  391. <artifactId>ktor-http-cio</artifactId>
  392. <version>2.2.2</version>
  393. </dependency>
  394. <dependency>
  395. <groupId>io.ktor</groupId>
  396. <artifactId>ktor-http-cio-linuxx64</artifactId>
  397. <version>2.2.2</version>
  398. </dependency>
  399. <dependency>
  400. <groupId>io.ktor</groupId>
  401. <artifactId>ktor-http-cio-mingwx64</artifactId>
  402. <version>2.2.2</version>
  403. </dependency>
  404. <dependency>
  405. <groupId>io.ktor</groupId>
  406. <artifactId>ktor-network-tls-jvm</artifactId>
  407. <version>2.2.2</version>
  408. </dependency>
  409. <dependency>
  410. <groupId>io.ktor</groupId>
  411. <artifactId>ktor-network-tls</artifactId>
  412. <version>2.2.2</version>
  413. </dependency>
  414. <dependency>
  415. <groupId>io.ktor</groupId>
  416. <artifactId>ktor-network-tls-linuxx64</artifactId>
  417. <version>2.2.2</version>
  418. </dependency>
  419. <dependency>
  420. <groupId>io.ktor</groupId>
  421. <artifactId>ktor-server-cio-jvm</artifactId>
  422. <version>2.2.2</version>
  423. </dependency>
  424. <dependency>
  425. <groupId>io.ktor</groupId>
  426. <artifactId>ktor-server-cio</artifactId>
  427. <version>2.2.2</version>
  428. </dependency>
  429. <dependency>
  430. <groupId>io.ktor</groupId>
  431. <artifactId>ktor-server-cio-linuxx64</artifactId>
  432. <version>2.2.2</version>
  433. </dependency>
  434. <dependency>
  435. <groupId>io.ktor</groupId>
  436. <artifactId>ktor-server-config-yaml-jvm</artifactId>
  437. <version>2.2.2</version>
  438. </dependency>
  439. <dependency>
  440. <groupId>io.ktor</groupId>
  441. <artifactId>ktor-server-config-yaml</artifactId>
  442. <version>2.2.2</version>
  443. </dependency>
  444. <dependency>
  445. <groupId>io.ktor</groupId>
  446. <artifactId>ktor-server-config-yaml-linuxx64</artifactId>
  447. <version>2.2.2</version>
  448. </dependency>
  449. <dependency>
  450. <groupId>io.ktor</groupId>
  451. <artifactId>ktor-server-core-jvm</artifactId>
  452. <version>2.2.2</version>
  453. </dependency>
  454. <dependency>
  455. <groupId>io.ktor</groupId>
  456. <artifactId>ktor-server-core</artifactId>
  457. <version>2.2.2</version>
  458. </dependency>
  459. <dependency>
  460. <groupId>io.ktor</groupId>
  461. <artifactId>ktor-server-core-linuxx64</artifactId>
  462. <version>2.2.2</version>
  463. </dependency>
  464. <dependency>
  465. <groupId>io.ktor</groupId>
  466. <artifactId>ktor-server-host-common-jvm</artifactId>
  467. <version>2.2.2</version>
  468. </dependency>
  469. <dependency>
  470. <groupId>io.ktor</groupId>
  471. <artifactId>ktor-server-host-common</artifactId>
  472. <version>2.2.2</version>
  473. </dependency>
  474. <dependency>
  475. <groupId>io.ktor</groupId>
  476. <artifactId>ktor-server-host-common-linuxx64</artifactId>
  477. <version>2.2.2</version>
  478. </dependency>
  479. <dependency>
  480. <groupId>io.ktor</groupId>
  481. <artifactId>ktor-server-jetty-jvm</artifactId>
  482. <version>2.2.2</version>
  483. </dependency>
  484. <dependency>
  485. <groupId>io.ktor</groupId>
  486. <artifactId>ktor-server-jetty</artifactId>
  487. <version>2.2.2</version>
  488. </dependency>
  489. <dependency>
  490. <groupId>io.ktor</groupId>
  491. <artifactId>ktor-server-netty-jvm</artifactId>
  492. <version>2.2.2</version>
  493. </dependency>
  494. <dependency>
  495. <groupId>io.ktor</groupId>
  496. <artifactId>ktor-server-netty</artifactId>
  497. <version>2.2.2</version>
  498. </dependency>
  499. <dependency>
  500. <groupId>io.ktor</groupId>
  501. <artifactId>ktor-server-plugins-jvm</artifactId>
  502. <version>2.2.2</version>
  503. </dependency>
  504. <dependency>
  505. <groupId>io.ktor</groupId>
  506. <artifactId>ktor-server-plugins</artifactId>
  507. <version>2.2.2</version>
  508. </dependency>
  509. <dependency>
  510. <groupId>io.ktor</groupId>
  511. <artifactId>ktor-server-servlet-jvm</artifactId>
  512. <version>2.2.2</version>
  513. </dependency>
  514. <dependency>
  515. <groupId>io.ktor</groupId>
  516. <artifactId>ktor-server-servlet</artifactId>
  517. <version>2.2.2</version>
  518. </dependency>
  519. <dependency>
  520. <groupId>io.ktor</groupId>
  521. <artifactId>ktor-server-test-host-jvm</artifactId>
  522. <version>2.2.2</version>
  523. </dependency>
  524. <dependency>
  525. <groupId>io.ktor</groupId>
  526. <artifactId>ktor-server-test-host</artifactId>
  527. <version>2.2.2</version>
  528. </dependency>
  529. <dependency>
  530. <groupId>io.ktor</groupId>
  531. <artifactId>ktor-server-test-host-linuxx64</artifactId>
  532. <version>2.2.2</version>
  533. </dependency>
  534. <dependency>
  535. <groupId>io.ktor</groupId>
  536. <artifactId>ktor-server-test-suites-jvm</artifactId>
  537. <version>2.2.2</version>
  538. </dependency>
  539. <dependency>
  540. <groupId>io.ktor</groupId>
  541. <artifactId>ktor-server-test-suites</artifactId>
  542. <version>2.2.2</version>
  543. </dependency>
  544. <dependency>
  545. <groupId>io.ktor</groupId>
  546. <artifactId>ktor-server-test-suites-linuxx64</artifactId>
  547. <version>2.2.2</version>
  548. </dependency>
  549. <dependency>
  550. <groupId>io.ktor</groupId>
  551. <artifactId>ktor-server-tests-jvm</artifactId>
  552. <version>2.2.2</version>
  553. </dependency>
  554. <dependency>
  555. <groupId>io.ktor</groupId>
  556. <artifactId>ktor-server-tests</artifactId>
  557. <version>2.2.2</version>
  558. </dependency>
  559. <dependency>
  560. <groupId>io.ktor</groupId>
  561. <artifactId>ktor-server-tests-linuxx64</artifactId>
  562. <version>2.2.2</version>
  563. </dependency>
  564. <dependency>
  565. <groupId>io.ktor</groupId>
  566. <artifactId>ktor-server-tomcat-jvm</artifactId>
  567. <version>2.2.2</version>
  568. </dependency>
  569. <dependency>
  570. <groupId>io.ktor</groupId>
  571. <artifactId>ktor-server-tomcat</artifactId>
  572. <version>2.2.2</version>
  573. </dependency>
  574. <dependency>
  575. <groupId>io.ktor</groupId>
  576. <artifactId>ktor-events-js</artifactId>
  577. <version>2.2.2</version>
  578. </dependency>
  579. <dependency>
  580. <groupId>io.ktor</groupId>
  581. <artifactId>ktor-events-jvm</artifactId>
  582. <version>2.2.2</version>
  583. </dependency>
  584. <dependency>
  585. <groupId>io.ktor</groupId>
  586. <artifactId>ktor-events</artifactId>
  587. <version>2.2.2</version>
  588. </dependency>
  589. <dependency>
  590. <groupId>io.ktor</groupId>
  591. <artifactId>ktor-events-linuxx64</artifactId>
  592. <version>2.2.2</version>
  593. </dependency>
  594. <dependency>
  595. <groupId>io.ktor</groupId>
  596. <artifactId>ktor-events-mingwx64</artifactId>
  597. <version>2.2.2</version>
  598. </dependency>
  599. <dependency>
  600. <groupId>io.ktor</groupId>
  601. <artifactId>ktor-resources-js</artifactId>
  602. <version>2.2.2</version>
  603. </dependency>
  604. <dependency>
  605. <groupId>io.ktor</groupId>
  606. <artifactId>ktor-resources-jvm</artifactId>
  607. <version>2.2.2</version>
  608. </dependency>
  609. <dependency>
  610. <groupId>io.ktor</groupId>
  611. <artifactId>ktor-resources</artifactId>
  612. <version>2.2.2</version>
  613. </dependency>
  614. <dependency>
  615. <groupId>io.ktor</groupId>
  616. <artifactId>ktor-resources-linuxx64</artifactId>
  617. <version>2.2.2</version>
  618. </dependency>
  619. <dependency>
  620. <groupId>io.ktor</groupId>
  621. <artifactId>ktor-resources-mingwx64</artifactId>
  622. <version>2.2.2</version>
  623. </dependency>
  624. <dependency>
  625. <groupId>io.ktor</groupId>
  626. <artifactId>ktor-serialization-js</artifactId>
  627. <version>2.2.2</version>
  628. </dependency>
  629. <dependency>
  630. <groupId>io.ktor</groupId>
  631. <artifactId>ktor-serialization-jvm</artifactId>
  632. <version>2.2.2</version>
  633. </dependency>
  634. <dependency>
  635. <groupId>io.ktor</groupId>
  636. <artifactId>ktor-serialization</artifactId>
  637. <version>2.2.2</version>
  638. </dependency>
  639. <dependency>
  640. <groupId>io.ktor</groupId>
  641. <artifactId>ktor-serialization-linuxx64</artifactId>
  642. <version>2.2.2</version>
  643. </dependency>
  644. <dependency>
  645. <groupId>io.ktor</groupId>
  646. <artifactId>ktor-serialization-mingwx64</artifactId>
  647. <version>2.2.2</version>
  648. </dependency>
  649. <dependency>
  650. <groupId>io.ktor</groupId>
  651. <artifactId>ktor-websocket-serialization-js</artifactId>
  652. <version>2.2.2</version>
  653. </dependency>
  654. <dependency>
  655. <groupId>io.ktor</groupId>
  656. <artifactId>ktor-websocket-serialization-jvm</artifactId>
  657. <version>2.2.2</version>
  658. </dependency>
  659. <dependency>
  660. <groupId>io.ktor</groupId>
  661. <artifactId>ktor-websocket-serialization</artifactId>
  662. <version>2.2.2</version>
  663. </dependency>
  664. <dependency>
  665. <groupId>io.ktor</groupId>
  666. <artifactId>ktor-websocket-serialization-linuxx64</artifactId>
  667. <version>2.2.2</version>
  668. </dependency>
  669. <dependency>
  670. <groupId>io.ktor</groupId>
  671. <artifactId>ktor-websocket-serialization-mingwx64</artifactId>
  672. <version>2.2.2</version>
  673. </dependency>
  674. <dependency>
  675. <groupId>io.ktor</groupId>
  676. <artifactId>ktor-websockets-js</artifactId>
  677. <version>2.2.2</version>
  678. </dependency>
  679. <dependency>
  680. <groupId>io.ktor</groupId>
  681. <artifactId>ktor-websockets-jvm</artifactId>
  682. <version>2.2.2</version>
  683. </dependency>
  684. <dependency>
  685. <groupId>io.ktor</groupId>
  686. <artifactId>ktor-websockets</artifactId>
  687. <version>2.2.2</version>
  688. </dependency>
  689. <dependency>
  690. <groupId>io.ktor</groupId>
  691. <artifactId>ktor-websockets-linuxx64</artifactId>
  692. <version>2.2.2</version>
  693. </dependency>
  694. <dependency>
  695. <groupId>io.ktor</groupId>
  696. <artifactId>ktor-websockets-mingwx64</artifactId>
  697. <version>2.2.2</version>
  698. </dependency>
  699. <dependency>
  700. <groupId>io.ktor</groupId>
  701. <artifactId>ktor-client-auth-js</artifactId>
  702. <version>2.2.2</version>
  703. </dependency>
  704. <dependency>
  705. <groupId>io.ktor</groupId>
  706. <artifactId>ktor-client-auth-jvm</artifactId>
  707. <version>2.2.2</version>
  708. </dependency>
  709. <dependency>
  710. <groupId>io.ktor</groupId>
  711. <artifactId>ktor-client-auth</artifactId>
  712. <version>2.2.2</version>
  713. </dependency>
  714. <dependency>
  715. <groupId>io.ktor</groupId>
  716. <artifactId>ktor-client-auth-linuxx64</artifactId>
  717. <version>2.2.2</version>
  718. </dependency>
  719. <dependency>
  720. <groupId>io.ktor</groupId>
  721. <artifactId>ktor-client-auth-mingwx64</artifactId>
  722. <version>2.2.2</version>
  723. </dependency>
  724. <dependency>
  725. <groupId>io.ktor</groupId>
  726. <artifactId>ktor-client-content-negotiation-js</artifactId>
  727. <version>2.2.2</version>
  728. </dependency>
  729. <dependency>
  730. <groupId>io.ktor</groupId>
  731. <artifactId>ktor-client-content-negotiation-jvm</artifactId>
  732. <version>2.2.2</version>
  733. </dependency>
  734. <dependency>
  735. <groupId>io.ktor</groupId>
  736. <artifactId>ktor-client-content-negotiation</artifactId>
  737. <version>2.2.2</version>
  738. </dependency>
  739. <dependency>
  740. <groupId>io.ktor</groupId>
  741. <artifactId>ktor-client-content-negotiation-linuxx64</artifactId>
  742. <version>2.2.2</version>
  743. </dependency>
  744. <dependency>
  745. <groupId>io.ktor</groupId>
  746. <artifactId>ktor-client-content-negotiation-mingwx64</artifactId>
  747. <version>2.2.2</version>
  748. </dependency>
  749. <dependency>
  750. <groupId>io.ktor</groupId>
  751. <artifactId>ktor-client-encoding-js</artifactId>
  752. <version>2.2.2</version>
  753. </dependency>
  754. <dependency>
  755. <groupId>io.ktor</groupId>
  756. <artifactId>ktor-client-encoding-jvm</artifactId>
  757. <version>2.2.2</version>
  758. </dependency>
  759. <dependency>
  760. <groupId>io.ktor</groupId>
  761. <artifactId>ktor-client-encoding</artifactId>
  762. <version>2.2.2</version>
  763. </dependency>
  764. <dependency>
  765. <groupId>io.ktor</groupId>
  766. <artifactId>ktor-client-encoding-linuxx64</artifactId>
  767. <version>2.2.2</version>
  768. </dependency>
  769. <dependency>
  770. <groupId>io.ktor</groupId>
  771. <artifactId>ktor-client-encoding-mingwx64</artifactId>
  772. <version>2.2.2</version>
  773. </dependency>
  774. <dependency>
  775. <groupId>io.ktor</groupId>
  776. <artifactId>ktor-client-json-js</artifactId>
  777. <version>2.2.2</version>
  778. </dependency>
  779. <dependency>
  780. <groupId>io.ktor</groupId>
  781. <artifactId>ktor-client-json-jvm</artifactId>
  782. <version>2.2.2</version>
  783. </dependency>
  784. <dependency>
  785. <groupId>io.ktor</groupId>
  786. <artifactId>ktor-client-json</artifactId>
  787. <version>2.2.2</version>
  788. </dependency>
  789. <dependency>
  790. <groupId>io.ktor</groupId>
  791. <artifactId>ktor-client-json-linuxx64</artifactId>
  792. <version>2.2.2</version>
  793. </dependency>
  794. <dependency>
  795. <groupId>io.ktor</groupId>
  796. <artifactId>ktor-client-json-mingwx64</artifactId>
  797. <version>2.2.2</version>
  798. </dependency>
  799. <dependency>
  800. <groupId>io.ktor</groupId>
  801. <artifactId>ktor-client-logging-js</artifactId>
  802. <version>2.2.2</version>
  803. </dependency>
  804. <dependency>
  805. <groupId>io.ktor</groupId>
  806. <artifactId>ktor-client-logging-jvm</artifactId>
  807. <version>2.2.2</version>
  808. </dependency>
  809. <dependency>
  810. <groupId>io.ktor</groupId>
  811. <artifactId>ktor-client-logging</artifactId>
  812. <version>2.2.2</version>
  813. </dependency>
  814. <dependency>
  815. <groupId>io.ktor</groupId>
  816. <artifactId>ktor-client-logging-linuxx64</artifactId>
  817. <version>2.2.2</version>
  818. </dependency>
  819. <dependency>
  820. <groupId>io.ktor</groupId>
  821. <artifactId>ktor-client-logging-mingwx64</artifactId>
  822. <version>2.2.2</version>
  823. </dependency>
  824. <dependency>
  825. <groupId>io.ktor</groupId>
  826. <artifactId>ktor-client-resources-js</artifactId>
  827. <version>2.2.2</version>
  828. </dependency>
  829. <dependency>
  830. <groupId>io.ktor</groupId>
  831. <artifactId>ktor-client-resources-jvm</artifactId>
  832. <version>2.2.2</version>
  833. </dependency>
  834. <dependency>
  835. <groupId>io.ktor</groupId>
  836. <artifactId>ktor-client-resources</artifactId>
  837. <version>2.2.2</version>
  838. </dependency>
  839. <dependency>
  840. <groupId>io.ktor</groupId>
  841. <artifactId>ktor-client-resources-linuxx64</artifactId>
  842. <version>2.2.2</version>
  843. </dependency>
  844. <dependency>
  845. <groupId>io.ktor</groupId>
  846. <artifactId>ktor-client-resources-mingwx64</artifactId>
  847. <version>2.2.2</version>
  848. </dependency>
  849. <dependency>
  850. <groupId>io.ktor</groupId>
  851. <artifactId>ktor-client-websockets-js</artifactId>
  852. <version>2.2.2</version>
  853. </dependency>
  854. <dependency>
  855. <groupId>io.ktor</groupId>
  856. <artifactId>ktor-client-websockets-jvm</artifactId>
  857. <version>2.2.2</version>
  858. </dependency>
  859. <dependency>
  860. <groupId>io.ktor</groupId>
  861. <artifactId>ktor-client-websockets</artifactId>
  862. <version>2.2.2</version>
  863. </dependency>
  864. <dependency>
  865. <groupId>io.ktor</groupId>
  866. <artifactId>ktor-client-websockets-linuxx64</artifactId>
  867. <version>2.2.2</version>
  868. </dependency>
  869. <dependency>
  870. <groupId>io.ktor</groupId>
  871. <artifactId>ktor-client-websockets-mingwx64</artifactId>
  872. <version>2.2.2</version>
  873. </dependency>
  874. <dependency>
  875. <groupId>io.ktor</groupId>
  876. <artifactId>ktor-network-tls-certificates-jvm</artifactId>
  877. <version>2.2.2</version>
  878. </dependency>
  879. <dependency>
  880. <groupId>io.ktor</groupId>
  881. <artifactId>ktor-network-tls-certificates</artifactId>
  882. <version>2.2.2</version>
  883. </dependency>
  884. <dependency>
  885. <groupId>io.ktor</groupId>
  886. <artifactId>ktor-server-jetty-test-http2-jvm</artifactId>
  887. <version>2.2.2</version>
  888. </dependency>
  889. <dependency>
  890. <groupId>io.ktor</groupId>
  891. <artifactId>ktor-server-jetty-test-http2</artifactId>
  892. <version>2.2.2</version>
  893. </dependency>
  894. <dependency>
  895. <groupId>io.ktor</groupId>
  896. <artifactId>ktor-server-auth-jvm</artifactId>
  897. <version>2.2.2</version>
  898. </dependency>
  899. <dependency>
  900. <groupId>io.ktor</groupId>
  901. <artifactId>ktor-server-auth</artifactId>
  902. <version>2.2.2</version>
  903. </dependency>
  904. <dependency>
  905. <groupId>io.ktor</groupId>
  906. <artifactId>ktor-server-auth-linuxx64</artifactId>
  907. <version>2.2.2</version>
  908. </dependency>
  909. <dependency>
  910. <groupId>io.ktor</groupId>
  911. <artifactId>ktor-server-auth-jwt-jvm</artifactId>
  912. <version>2.2.2</version>
  913. </dependency>
  914. <dependency>
  915. <groupId>io.ktor</groupId>
  916. <artifactId>ktor-server-auth-jwt</artifactId>
  917. <version>2.2.2</version>
  918. </dependency>
  919. <dependency>
  920. <groupId>io.ktor</groupId>
  921. <artifactId>ktor-server-auth-ldap-jvm</artifactId>
  922. <version>2.2.2</version>
  923. </dependency>
  924. <dependency>
  925. <groupId>io.ktor</groupId>
  926. <artifactId>ktor-server-auth-ldap</artifactId>
  927. <version>2.2.2</version>
  928. </dependency>
  929. <dependency>
  930. <groupId>io.ktor</groupId>
  931. <artifactId>ktor-server-auto-head-response-jvm</artifactId>
  932. <version>2.2.2</version>
  933. </dependency>
  934. <dependency>
  935. <groupId>io.ktor</groupId>
  936. <artifactId>ktor-server-auto-head-response</artifactId>
  937. <version>2.2.2</version>
  938. </dependency>
  939. <dependency>
  940. <groupId>io.ktor</groupId>
  941. <artifactId>ktor-server-auto-head-response-linuxx64</artifactId>
  942. <version>2.2.2</version>
  943. </dependency>
  944. <dependency>
  945. <groupId>io.ktor</groupId>
  946. <artifactId>ktor-server-caching-headers-jvm</artifactId>
  947. <version>2.2.2</version>
  948. </dependency>
  949. <dependency>
  950. <groupId>io.ktor</groupId>
  951. <artifactId>ktor-server-caching-headers</artifactId>
  952. <version>2.2.2</version>
  953. </dependency>
  954. <dependency>
  955. <groupId>io.ktor</groupId>
  956. <artifactId>ktor-server-caching-headers-linuxx64</artifactId>
  957. <version>2.2.2</version>
  958. </dependency>
  959. <dependency>
  960. <groupId>io.ktor</groupId>
  961. <artifactId>ktor-server-call-id-jvm</artifactId>
  962. <version>2.2.2</version>
  963. </dependency>
  964. <dependency>
  965. <groupId>io.ktor</groupId>
  966. <artifactId>ktor-server-call-id</artifactId>
  967. <version>2.2.2</version>
  968. </dependency>
  969. <dependency>
  970. <groupId>io.ktor</groupId>
  971. <artifactId>ktor-server-call-id-linuxx64</artifactId>
  972. <version>2.2.2</version>
  973. </dependency>
  974. <dependency>
  975. <groupId>io.ktor</groupId>
  976. <artifactId>ktor-server-call-logging-jvm</artifactId>
  977. <version>2.2.2</version>
  978. </dependency>
  979. <dependency>
  980. <groupId>io.ktor</groupId>
  981. <artifactId>ktor-server-call-logging</artifactId>
  982. <version>2.2.2</version>
  983. </dependency>
  984. <dependency>
  985. <groupId>io.ktor</groupId>
  986. <artifactId>ktor-server-compression-jvm</artifactId>
  987. <version>2.2.2</version>
  988. </dependency>
  989. <dependency>
  990. <groupId>io.ktor</groupId>
  991. <artifactId>ktor-server-compression</artifactId>
  992. <version>2.2.2</version>
  993. </dependency>
  994. <dependency>
  995. <groupId>io.ktor</groupId>
  996. <artifactId>ktor-server-conditional-headers-jvm</artifactId>
  997. <version>2.2.2</version>
  998. </dependency>
  999. <dependency>
  1000. <groupId>io.ktor</groupId>
  1001. <artifactId>ktor-server-conditional-headers</artifactId>
  1002. <version>2.2.2</version>
  1003. </dependency>
  1004. <dependency>
  1005. <groupId>io.ktor</groupId>
  1006. <artifactId>ktor-server-conditional-headers-linuxx64</artifactId>
  1007. <version>2.2.2</version>
  1008. </dependency>
  1009. <dependency>
  1010. <groupId>io.ktor</groupId>
  1011. <artifactId>ktor-server-content-negotiation-jvm</artifactId>
  1012. <version>2.2.2</version>
  1013. </dependency>
  1014. <dependency>
  1015. <groupId>io.ktor</groupId>
  1016. <artifactId>ktor-server-content-negotiation</artifactId>
  1017. <version>2.2.2</version>
  1018. </dependency>
  1019. <dependency>
  1020. <groupId>io.ktor</groupId>
  1021. <artifactId>ktor-server-content-negotiation-linuxx64</artifactId>
  1022. <version>2.2.2</version>
  1023. </dependency>
  1024. <dependency>
  1025. <groupId>io.ktor</groupId>
  1026. <artifactId>ktor-server-cors-jvm</artifactId>
  1027. <version>2.2.2</version>
  1028. </dependency>
  1029. <dependency>
  1030. <groupId>io.ktor</groupId>
  1031. <artifactId>ktor-server-cors</artifactId>
  1032. <version>2.2.2</version>
  1033. </dependency>
  1034. <dependency>
  1035. <groupId>io.ktor</groupId>
  1036. <artifactId>ktor-server-cors-linuxx64</artifactId>
  1037. <version>2.2.2</version>
  1038. </dependency>
  1039. <dependency>
  1040. <groupId>io.ktor</groupId>
  1041. <artifactId>ktor-server-data-conversion-jvm</artifactId>
  1042. <version>2.2.2</version>
  1043. </dependency>
  1044. <dependency>
  1045. <groupId>io.ktor</groupId>
  1046. <artifactId>ktor-server-data-conversion</artifactId>
  1047. <version>2.2.2</version>
  1048. </dependency>
  1049. <dependency>
  1050. <groupId>io.ktor</groupId>
  1051. <artifactId>ktor-server-data-conversion-linuxx64</artifactId>
  1052. <version>2.2.2</version>
  1053. </dependency>
  1054. <dependency>
  1055. <groupId>io.ktor</groupId>
  1056. <artifactId>ktor-server-default-headers-jvm</artifactId>
  1057. <version>2.2.2</version>
  1058. </dependency>
  1059. <dependency>
  1060. <groupId>io.ktor</groupId>
  1061. <artifactId>ktor-server-default-headers</artifactId>
  1062. <version>2.2.2</version>
  1063. </dependency>
  1064. <dependency>
  1065. <groupId>io.ktor</groupId>
  1066. <artifactId>ktor-server-double-receive-jvm</artifactId>
  1067. <version>2.2.2</version>
  1068. </dependency>
  1069. <dependency>
  1070. <groupId>io.ktor</groupId>
  1071. <artifactId>ktor-server-double-receive</artifactId>
  1072. <version>2.2.2</version>
  1073. </dependency>
  1074. <dependency>
  1075. <groupId>io.ktor</groupId>
  1076. <artifactId>ktor-server-double-receive-linuxx64</artifactId>
  1077. <version>2.2.2</version>
  1078. </dependency>
  1079. <dependency>
  1080. <groupId>io.ktor</groupId>
  1081. <artifactId>ktor-server-forwarded-header-jvm</artifactId>
  1082. <version>2.2.2</version>
  1083. </dependency>
  1084. <dependency>
  1085. <groupId>io.ktor</groupId>
  1086. <artifactId>ktor-server-forwarded-header</artifactId>
  1087. <version>2.2.2</version>
  1088. </dependency>
  1089. <dependency>
  1090. <groupId>io.ktor</groupId>
  1091. <artifactId>ktor-server-forwarded-header-linuxx64</artifactId>
  1092. <version>2.2.2</version>
  1093. </dependency>
  1094. <dependency>
  1095. <groupId>io.ktor</groupId>
  1096. <artifactId>ktor-server-freemarker-jvm</artifactId>
  1097. <version>2.2.2</version>
  1098. </dependency>
  1099. <dependency>
  1100. <groupId>io.ktor</groupId>
  1101. <artifactId>ktor-server-freemarker</artifactId>
  1102. <version>2.2.2</version>
  1103. </dependency>
  1104. <dependency>
  1105. <groupId>io.ktor</groupId>
  1106. <artifactId>ktor-server-hsts-jvm</artifactId>
  1107. <version>2.2.2</version>
  1108. </dependency>
  1109. <dependency>
  1110. <groupId>io.ktor</groupId>
  1111. <artifactId>ktor-server-hsts</artifactId>
  1112. <version>2.2.2</version>
  1113. </dependency>
  1114. <dependency>
  1115. <groupId>io.ktor</groupId>
  1116. <artifactId>ktor-server-hsts-linuxx64</artifactId>
  1117. <version>2.2.2</version>
  1118. </dependency>
  1119. <dependency>
  1120. <groupId>io.ktor</groupId>
  1121. <artifactId>ktor-server-html-builder-jvm</artifactId>
  1122. <version>2.2.2</version>
  1123. </dependency>
  1124. <dependency>
  1125. <groupId>io.ktor</groupId>
  1126. <artifactId>ktor-server-html-builder</artifactId>
  1127. <version>2.2.2</version>
  1128. </dependency>
  1129. <dependency>
  1130. <groupId>io.ktor</groupId>
  1131. <artifactId>ktor-server-html-builder-linuxx64</artifactId>
  1132. <version>2.2.2</version>
  1133. </dependency>
  1134. <dependency>
  1135. <groupId>io.ktor</groupId>
  1136. <artifactId>ktor-server-http-redirect-jvm</artifactId>
  1137. <version>2.2.2</version>
  1138. </dependency>
  1139. <dependency>
  1140. <groupId>io.ktor</groupId>
  1141. <artifactId>ktor-server-http-redirect</artifactId>
  1142. <version>2.2.2</version>
  1143. </dependency>
  1144. <dependency>
  1145. <groupId>io.ktor</groupId>
  1146. <artifactId>ktor-server-http-redirect-linuxx64</artifactId>
  1147. <version>2.2.2</version>
  1148. </dependency>
  1149. <dependency>
  1150. <groupId>io.ktor</groupId>
  1151. <artifactId>ktor-server-jte-jvm</artifactId>
  1152. <version>2.2.2</version>
  1153. </dependency>
  1154. <dependency>
  1155. <groupId>io.ktor</groupId>
  1156. <artifactId>ktor-server-jte</artifactId>
  1157. <version>2.2.2</version>
  1158. </dependency>
  1159. <dependency>
  1160. <groupId>io.ktor</groupId>
  1161. <artifactId>ktor-server-locations-jvm</artifactId>
  1162. <version>2.2.2</version>
  1163. </dependency>
  1164. <dependency>
  1165. <groupId>io.ktor</groupId>
  1166. <artifactId>ktor-server-locations</artifactId>
  1167. <version>2.2.2</version>
  1168. </dependency>
  1169. <dependency>
  1170. <groupId>io.ktor</groupId>
  1171. <artifactId>ktor-server-method-override-jvm</artifactId>
  1172. <version>2.2.2</version>
  1173. </dependency>
  1174. <dependency>
  1175. <groupId>io.ktor</groupId>
  1176. <artifactId>ktor-server-method-override</artifactId>
  1177. <version>2.2.2</version>
  1178. </dependency>
  1179. <dependency>
  1180. <groupId>io.ktor</groupId>
  1181. <artifactId>ktor-server-method-override-linuxx64</artifactId>
  1182. <version>2.2.2</version>
  1183. </dependency>
  1184. <dependency>
  1185. <groupId>io.ktor</groupId>
  1186. <artifactId>ktor-server-metrics-jvm</artifactId>
  1187. <version>2.2.2</version>
  1188. </dependency>
  1189. <dependency>
  1190. <groupId>io.ktor</groupId>
  1191. <artifactId>ktor-server-metrics</artifactId>
  1192. <version>2.2.2</version>
  1193. </dependency>
  1194. <dependency>
  1195. <groupId>io.ktor</groupId>
  1196. <artifactId>ktor-server-metrics-micrometer-jvm</artifactId>
  1197. <version>2.2.2</version>
  1198. </dependency>
  1199. <dependency>
  1200. <groupId>io.ktor</groupId>
  1201. <artifactId>ktor-server-metrics-micrometer</artifactId>
  1202. <version>2.2.2</version>
  1203. </dependency>
  1204. <dependency>
  1205. <groupId>io.ktor</groupId>
  1206. <artifactId>ktor-server-mustache-jvm</artifactId>
  1207. <version>2.2.2</version>
  1208. </dependency>
  1209. <dependency>
  1210. <groupId>io.ktor</groupId>
  1211. <artifactId>ktor-server-mustache</artifactId>
  1212. <version>2.2.2</version>
  1213. </dependency>
  1214. <dependency>
  1215. <groupId>io.ktor</groupId>
  1216. <artifactId>ktor-server-openapi-jvm</artifactId>
  1217. <version>2.2.2</version>
  1218. </dependency>
  1219. <dependency>
  1220. <groupId>io.ktor</groupId>
  1221. <artifactId>ktor-server-openapi</artifactId>
  1222. <version>2.2.2</version>
  1223. </dependency>
  1224. <dependency>
  1225. <groupId>io.ktor</groupId>
  1226. <artifactId>ktor-server-partial-content-jvm</artifactId>
  1227. <version>2.2.2</version>
  1228. </dependency>
  1229. <dependency>
  1230. <groupId>io.ktor</groupId>
  1231. <artifactId>ktor-server-partial-content</artifactId>
  1232. <version>2.2.2</version>
  1233. </dependency>
  1234. <dependency>
  1235. <groupId>io.ktor</groupId>
  1236. <artifactId>ktor-server-partial-content-linuxx64</artifactId>
  1237. <version>2.2.2</version>
  1238. </dependency>
  1239. <dependency>
  1240. <groupId>io.ktor</groupId>
  1241. <artifactId>ktor-server-pebble-jvm</artifactId>
  1242. <version>2.2.2</version>
  1243. </dependency>
  1244. <dependency>
  1245. <groupId>io.ktor</groupId>
  1246. <artifactId>ktor-server-pebble</artifactId>
  1247. <version>2.2.2</version>
  1248. </dependency>
  1249. <dependency>
  1250. <groupId>io.ktor</groupId>
  1251. <artifactId>ktor-server-rate-limit-jvm</artifactId>
  1252. <version>2.2.2</version>
  1253. </dependency>
  1254. <dependency>
  1255. <groupId>io.ktor</groupId>
  1256. <artifactId>ktor-server-rate-limit</artifactId>
  1257. <version>2.2.2</version>
  1258. </dependency>
  1259. <dependency>
  1260. <groupId>io.ktor</groupId>
  1261. <artifactId>ktor-server-rate-limit-linuxx64</artifactId>
  1262. <version>2.2.2</version>
  1263. </dependency>
  1264. <dependency>
  1265. <groupId>io.ktor</groupId>
  1266. <artifactId>ktor-server-request-validation-jvm</artifactId>
  1267. <version>2.2.2</version>
  1268. </dependency>
  1269. <dependency>
  1270. <groupId>io.ktor</groupId>
  1271. <artifactId>ktor-server-request-validation</artifactId>
  1272. <version>2.2.2</version>
  1273. </dependency>
  1274. <dependency>
  1275. <groupId>io.ktor</groupId>
  1276. <artifactId>ktor-server-request-validation-linuxx64</artifactId>
  1277. <version>2.2.2</version>
  1278. </dependency>
  1279. <dependency>
  1280. <groupId>io.ktor</groupId>
  1281. <artifactId>ktor-server-resources-jvm</artifactId>
  1282. <version>2.2.2</version>
  1283. </dependency>
  1284. <dependency>
  1285. <groupId>io.ktor</groupId>
  1286. <artifactId>ktor-server-resources</artifactId>
  1287. <version>2.2.2</version>
  1288. </dependency>
  1289. <dependency>
  1290. <groupId>io.ktor</groupId>
  1291. <artifactId>ktor-server-resources-linuxx64</artifactId>
  1292. <version>2.2.2</version>
  1293. </dependency>
  1294. <dependency>
  1295. <groupId>io.ktor</groupId>
  1296. <artifactId>ktor-server-sessions-jvm</artifactId>
  1297. <version>2.2.2</version>
  1298. </dependency>
  1299. <dependency>
  1300. <groupId>io.ktor</groupId>
  1301. <artifactId>ktor-server-sessions</artifactId>
  1302. <version>2.2.2</version>
  1303. </dependency>
  1304. <dependency>
  1305. <groupId>io.ktor</groupId>
  1306. <artifactId>ktor-server-sessions-linuxx64</artifactId>
  1307. <version>2.2.2</version>
  1308. </dependency>
  1309. <dependency>
  1310. <groupId>io.ktor</groupId>
  1311. <artifactId>ktor-server-status-pages-jvm</artifactId>
  1312. <version>2.2.2</version>
  1313. </dependency>
  1314. <dependency>
  1315. <groupId>io.ktor</groupId>
  1316. <artifactId>ktor-server-status-pages</artifactId>
  1317. <version>2.2.2</version>
  1318. </dependency>
  1319. <dependency>
  1320. <groupId>io.ktor</groupId>
  1321. <artifactId>ktor-server-status-pages-linuxx64</artifactId>
  1322. <version>2.2.2</version>
  1323. </dependency>
  1324. <dependency>
  1325. <groupId>io.ktor</groupId>
  1326. <artifactId>ktor-server-swagger-jvm</artifactId>
  1327. <version>2.2.2</version>
  1328. </dependency>
  1329. <dependency>
  1330. <groupId>io.ktor</groupId>
  1331. <artifactId>ktor-server-swagger</artifactId>
  1332. <version>2.2.2</version>
  1333. </dependency>
  1334. <dependency>
  1335. <groupId>io.ktor</groupId>
  1336. <artifactId>ktor-server-thymeleaf-jvm</artifactId>
  1337. <version>2.2.2</version>
  1338. </dependency>
  1339. <dependency>
  1340. <groupId>io.ktor</groupId>
  1341. <artifactId>ktor-server-thymeleaf</artifactId>
  1342. <version>2.2.2</version>
  1343. </dependency>
  1344. <dependency>
  1345. <groupId>io.ktor</groupId>
  1346. <artifactId>ktor-server-velocity-jvm</artifactId>
  1347. <version>2.2.2</version>
  1348. </dependency>
  1349. <dependency>
  1350. <groupId>io.ktor</groupId>
  1351. <artifactId>ktor-server-velocity</artifactId>
  1352. <version>2.2.2</version>
  1353. </dependency>
  1354. <dependency>
  1355. <groupId>io.ktor</groupId>
  1356. <artifactId>ktor-server-webjars-jvm</artifactId>
  1357. <version>2.2.2</version>
  1358. </dependency>
  1359. <dependency>
  1360. <groupId>io.ktor</groupId>
  1361. <artifactId>ktor-server-webjars</artifactId>
  1362. <version>2.2.2</version>
  1363. </dependency>
  1364. <dependency>
  1365. <groupId>io.ktor</groupId>
  1366. <artifactId>ktor-server-websockets-jvm</artifactId>
  1367. <version>2.2.2</version>
  1368. </dependency>
  1369. <dependency>
  1370. <groupId>io.ktor</groupId>
  1371. <artifactId>ktor-server-websockets</artifactId>
  1372. <version>2.2.2</version>
  1373. </dependency>
  1374. <dependency>
  1375. <groupId>io.ktor</groupId>
  1376. <artifactId>ktor-server-websockets-linuxx64</artifactId>
  1377. <version>2.2.2</version>
  1378. </dependency>
  1379. <dependency>
  1380. <groupId>io.ktor</groupId>
  1381. <artifactId>ktor-serialization-gson-jvm</artifactId>
  1382. <version>2.2.2</version>
  1383. </dependency>
  1384. <dependency>
  1385. <groupId>io.ktor</groupId>
  1386. <artifactId>ktor-serialization-gson</artifactId>
  1387. <version>2.2.2</version>
  1388. </dependency>
  1389. <dependency>
  1390. <groupId>io.ktor</groupId>
  1391. <artifactId>ktor-serialization-jackson-jvm</artifactId>
  1392. <version>2.2.2</version>
  1393. </dependency>
  1394. <dependency>
  1395. <groupId>io.ktor</groupId>
  1396. <artifactId>ktor-serialization-jackson</artifactId>
  1397. <version>2.2.2</version>
  1398. </dependency>
  1399. <dependency>
  1400. <groupId>io.ktor</groupId>
  1401. <artifactId>ktor-serialization-kotlinx-js</artifactId>
  1402. <version>2.2.2</version>
  1403. </dependency>
  1404. <dependency>
  1405. <groupId>io.ktor</groupId>
  1406. <artifactId>ktor-serialization-kotlinx-jvm</artifactId>
  1407. <version>2.2.2</version>
  1408. </dependency>
  1409. <dependency>
  1410. <groupId>io.ktor</groupId>
  1411. <artifactId>ktor-serialization-kotlinx</artifactId>
  1412. <version>2.2.2</version>
  1413. </dependency>
  1414. <dependency>
  1415. <groupId>io.ktor</groupId>
  1416. <artifactId>ktor-serialization-kotlinx-linuxx64</artifactId>
  1417. <version>2.2.2</version>
  1418. </dependency>
  1419. <dependency>
  1420. <groupId>io.ktor</groupId>
  1421. <artifactId>ktor-serialization-kotlinx-mingwx64</artifactId>
  1422. <version>2.2.2</version>
  1423. </dependency>
  1424. <dependency>
  1425. <groupId>io.ktor</groupId>
  1426. <artifactId>ktor-client-content-negotiation-tests-jvm</artifactId>
  1427. <version>2.2.2</version>
  1428. </dependency>
  1429. <dependency>
  1430. <groupId>io.ktor</groupId>
  1431. <artifactId>ktor-client-content-negotiation-tests</artifactId>
  1432. <version>2.2.2</version>
  1433. </dependency>
  1434. <dependency>
  1435. <groupId>io.ktor</groupId>
  1436. <artifactId>ktor-client-gson-jvm</artifactId>
  1437. <version>2.2.2</version>
  1438. </dependency>
  1439. <dependency>
  1440. <groupId>io.ktor</groupId>
  1441. <artifactId>ktor-client-gson</artifactId>
  1442. <version>2.2.2</version>
  1443. </dependency>
  1444. <dependency>
  1445. <groupId>io.ktor</groupId>
  1446. <artifactId>ktor-client-jackson-jvm</artifactId>
  1447. <version>2.2.2</version>
  1448. </dependency>
  1449. <dependency>
  1450. <groupId>io.ktor</groupId>
  1451. <artifactId>ktor-client-jackson</artifactId>
  1452. <version>2.2.2</version>
  1453. </dependency>
  1454. <dependency>
  1455. <groupId>io.ktor</groupId>
  1456. <artifactId>ktor-client-json-tests-jvm</artifactId>
  1457. <version>2.2.2</version>
  1458. </dependency>
  1459. <dependency>
  1460. <groupId>io.ktor</groupId>
  1461. <artifactId>ktor-client-json-tests</artifactId>
  1462. <version>2.2.2</version>
  1463. </dependency>
  1464. <dependency>
  1465. <groupId>io.ktor</groupId>
  1466. <artifactId>ktor-client-serialization-js</artifactId>
  1467. <version>2.2.2</version>
  1468. </dependency>
  1469. <dependency>
  1470. <groupId>io.ktor</groupId>
  1471. <artifactId>ktor-client-serialization-jvm</artifactId>
  1472. <version>2.2.2</version>
  1473. </dependency>
  1474. <dependency>
  1475. <groupId>io.ktor</groupId>
  1476. <artifactId>ktor-client-serialization</artifactId>
  1477. <version>2.2.2</version>
  1478. </dependency>
  1479. <dependency>
  1480. <groupId>io.ktor</groupId>
  1481. <artifactId>ktor-client-serialization-linuxx64</artifactId>
  1482. <version>2.2.2</version>
  1483. </dependency>
  1484. <dependency>
  1485. <groupId>io.ktor</groupId>
  1486. <artifactId>ktor-client-serialization-mingwx64</artifactId>
  1487. <version>2.2.2</version>
  1488. </dependency>
  1489. <dependency>
  1490. <groupId>io.ktor</groupId>
  1491. <artifactId>ktor-serialization-kotlinx-cbor-js</artifactId>
  1492. <version>2.2.2</version>
  1493. </dependency>
  1494. <dependency>
  1495. <groupId>io.ktor</groupId>
  1496. <artifactId>ktor-serialization-kotlinx-cbor-jvm</artifactId>
  1497. <version>2.2.2</version>
  1498. </dependency>
  1499. <dependency>
  1500. <groupId>io.ktor</groupId>
  1501. <artifactId>ktor-serialization-kotlinx-cbor</artifactId>
  1502. <version>2.2.2</version>
  1503. </dependency>
  1504. <dependency>
  1505. <groupId>io.ktor</groupId>
  1506. <artifactId>ktor-serialization-kotlinx-cbor-linuxx64</artifactId>
  1507. <version>2.2.2</version>
  1508. </dependency>
  1509. <dependency>
  1510. <groupId>io.ktor</groupId>
  1511. <artifactId>ktor-serialization-kotlinx-cbor-mingwx64</artifactId>
  1512. <version>2.2.2</version>
  1513. </dependency>
  1514. <dependency>
  1515. <groupId>io.ktor</groupId>
  1516. <artifactId>ktor-serialization-kotlinx-json-js</artifactId>
  1517. <version>2.2.2</version>
  1518. </dependency>
  1519. <dependency>
  1520. <groupId>io.ktor</groupId>
  1521. <artifactId>ktor-serialization-kotlinx-json-jvm</artifactId>
  1522. <version>2.2.2</version>
  1523. </dependency>
  1524. <dependency>
  1525. <groupId>io.ktor</groupId>
  1526. <artifactId>ktor-serialization-kotlinx-json</artifactId>
  1527. <version>2.2.2</version>
  1528. </dependency>
  1529. <dependency>
  1530. <groupId>io.ktor</groupId>
  1531. <artifactId>ktor-serialization-kotlinx-json-linuxx64</artifactId>
  1532. <version>2.2.2</version>
  1533. </dependency>
  1534. <dependency>
  1535. <groupId>io.ktor</groupId>
  1536. <artifactId>ktor-serialization-kotlinx-json-mingwx64</artifactId>
  1537. <version>2.2.2</version>
  1538. </dependency>
  1539. <dependency>
  1540. <groupId>io.ktor</groupId>
  1541. <artifactId>ktor-serialization-kotlinx-protobuf-js</artifactId>
  1542. <version>2.2.2</version>
  1543. </dependency>
  1544. <dependency>
  1545. <groupId>io.ktor</groupId>
  1546. <artifactId>ktor-serialization-kotlinx-protobuf-jvm</artifactId>
  1547. <version>2.2.2</version>
  1548. </dependency>
  1549. <dependency>
  1550. <groupId>io.ktor</groupId>
  1551. <artifactId>ktor-serialization-kotlinx-protobuf</artifactId>
  1552. <version>2.2.2</version>
  1553. </dependency>
  1554. <dependency>
  1555. <groupId>io.ktor</groupId>
  1556. <artifactId>ktor-serialization-kotlinx-protobuf-linuxx64</artifactId>
  1557. <version>2.2.2</version>
  1558. </dependency>
  1559. <dependency>
  1560. <groupId>io.ktor</groupId>
  1561. <artifactId>ktor-serialization-kotlinx-protobuf-mingwx64</artifactId>
  1562. <version>2.2.2</version>
  1563. </dependency>
  1564. <dependency>
  1565. <groupId>io.ktor</groupId>
  1566. <artifactId>ktor-serialization-kotlinx-tests-js</artifactId>
  1567. <version>2.2.2</version>
  1568. </dependency>
  1569. <dependency>
  1570. <groupId>io.ktor</groupId>
  1571. <artifactId>ktor-serialization-kotlinx-tests-jvm</artifactId>
  1572. <version>2.2.2</version>
  1573. </dependency>
  1574. <dependency>
  1575. <groupId>io.ktor</groupId>
  1576. <artifactId>ktor-serialization-kotlinx-tests</artifactId>
  1577. <version>2.2.2</version>
  1578. </dependency>
  1579. <dependency>
  1580. <groupId>io.ktor</groupId>
  1581. <artifactId>ktor-serialization-kotlinx-tests-linuxx64</artifactId>
  1582. <version>2.2.2</version>
  1583. </dependency>
  1584. <dependency>
  1585. <groupId>io.ktor</groupId>
  1586. <artifactId>ktor-serialization-kotlinx-tests-mingwx64</artifactId>
  1587. <version>2.2.2</version>
  1588. </dependency>
  1589. <dependency>
  1590. <groupId>io.ktor</groupId>
  1591. <artifactId>ktor-serialization-kotlinx-xml-jvm</artifactId>
  1592. <version>2.2.2</version>
  1593. </dependency>
  1594. <dependency>
  1595. <groupId>io.ktor</groupId>
  1596. <artifactId>ktor-serialization-kotlinx-xml</artifactId>
  1597. <version>2.2.2</version>
  1598. </dependency>
  1599. <dependency>
  1600. <groupId>io.ktor</groupId>
  1601. <artifactId>ktor-bom</artifactId>
  1602. <version>2.2.2</version>
  1603. </dependency>
  1604. </dependencies>
  1605. </project>