netty-all-4.1.110.Final.pom 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2012 The Netty Project
  4. ~
  5. ~ The Netty Project licenses this file to you under the Apache License,
  6. ~ version 2.0 (the "License"); you may not use this file except in compliance
  7. ~ with the License. You may obtain a copy of the License at:
  8. ~
  9. ~ https://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. ~ License for the specific language governing permissions and limitations
  15. ~ under the License.
  16. -->
  17. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  18. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  19. <modelVersion>4.0.0</modelVersion>
  20. <groupId>io.netty</groupId>
  21. <artifactId>netty-all</artifactId>
  22. <version>4.1.110.Final</version>
  23. <name>Netty/All-in-One</name>
  24. <description>Netty is an asynchronous event-driven network application framework for
  25. rapid development of maintainable high performance protocol servers and
  26. clients.</description>
  27. <url>https://netty.io/netty-all/</url>
  28. <licenses>
  29. <license>
  30. <name>Apache License, Version 2.0</name>
  31. <url>https://www.apache.org/licenses/LICENSE-2.0</url>
  32. </license>
  33. </licenses>
  34. <developers>
  35. <developer>
  36. <id>netty.io</id>
  37. <name>The Netty Project Contributors</name>
  38. <email>netty@googlegroups.com</email>
  39. <url>https://netty.io/</url>
  40. <organization>The Netty Project</organization>
  41. <organizationUrl>https://netty.io/</organizationUrl>
  42. </developer>
  43. </developers>
  44. <scm>
  45. <connection>scm:git:git://github.com/netty/netty.git/netty-all</connection>
  46. <developerConnection>scm:git:ssh://git@github.com/netty/netty.git/netty-all</developerConnection>
  47. <tag>netty-4.1.110.Final</tag>
  48. <url>https://github.com/netty/netty/netty-all</url>
  49. </scm>
  50. <dependencies>
  51. <dependency>
  52. <groupId>io.netty</groupId>
  53. <artifactId>netty-buffer</artifactId>
  54. <version>4.1.110.Final</version>
  55. <scope>compile</scope>
  56. <exclusions>
  57. <exclusion>
  58. <groupId>io.netty</groupId>
  59. <artifactId>netty-common</artifactId>
  60. </exclusion>
  61. </exclusions>
  62. <optional>false</optional>
  63. </dependency>
  64. <dependency>
  65. <groupId>io.netty</groupId>
  66. <artifactId>netty-codec</artifactId>
  67. <version>4.1.110.Final</version>
  68. <scope>compile</scope>
  69. <exclusions>
  70. <exclusion>
  71. <groupId>io.netty</groupId>
  72. <artifactId>netty-common</artifactId>
  73. </exclusion>
  74. <exclusion>
  75. <groupId>io.netty</groupId>
  76. <artifactId>netty-buffer</artifactId>
  77. </exclusion>
  78. <exclusion>
  79. <groupId>io.netty</groupId>
  80. <artifactId>netty-transport</artifactId>
  81. </exclusion>
  82. <exclusion>
  83. <groupId>com.google.protobuf</groupId>
  84. <artifactId>protobuf-java</artifactId>
  85. </exclusion>
  86. <exclusion>
  87. <groupId>com.google.protobuf.nano</groupId>
  88. <artifactId>protobuf-javanano</artifactId>
  89. </exclusion>
  90. <exclusion>
  91. <groupId>org.jboss.marshalling</groupId>
  92. <artifactId>jboss-marshalling</artifactId>
  93. </exclusion>
  94. <exclusion>
  95. <groupId>com.jcraft</groupId>
  96. <artifactId>jzlib</artifactId>
  97. </exclusion>
  98. <exclusion>
  99. <groupId>com.ning</groupId>
  100. <artifactId>compress-lzf</artifactId>
  101. </exclusion>
  102. <exclusion>
  103. <groupId>net.jpountz.lz4</groupId>
  104. <artifactId>lz4</artifactId>
  105. </exclusion>
  106. <exclusion>
  107. <groupId>com.github.jponge</groupId>
  108. <artifactId>lzma-java</artifactId>
  109. </exclusion>
  110. <exclusion>
  111. <groupId>com.github.luben</groupId>
  112. <artifactId>zstd-jni</artifactId>
  113. </exclusion>
  114. <exclusion>
  115. <groupId>com.aayushatharva.brotli4j</groupId>
  116. <artifactId>brotli4j</artifactId>
  117. </exclusion>
  118. <exclusion>
  119. <groupId>com.aayushatharva.brotli4j</groupId>
  120. <artifactId>native-linux-x86_64</artifactId>
  121. </exclusion>
  122. <exclusion>
  123. <groupId>com.aayushatharva.brotli4j</groupId>
  124. <artifactId>native-linux-aarch64</artifactId>
  125. </exclusion>
  126. <exclusion>
  127. <groupId>com.aayushatharva.brotli4j</groupId>
  128. <artifactId>native-linux-riscv64</artifactId>
  129. </exclusion>
  130. <exclusion>
  131. <groupId>com.aayushatharva.brotli4j</groupId>
  132. <artifactId>native-osx-x86_64</artifactId>
  133. </exclusion>
  134. <exclusion>
  135. <groupId>com.aayushatharva.brotli4j</groupId>
  136. <artifactId>native-osx-aarch64</artifactId>
  137. </exclusion>
  138. <exclusion>
  139. <groupId>com.aayushatharva.brotli4j</groupId>
  140. <artifactId>native-windows-x86_64</artifactId>
  141. </exclusion>
  142. </exclusions>
  143. <optional>false</optional>
  144. </dependency>
  145. <dependency>
  146. <groupId>io.netty</groupId>
  147. <artifactId>netty-codec-dns</artifactId>
  148. <version>4.1.110.Final</version>
  149. <scope>compile</scope>
  150. <exclusions>
  151. <exclusion>
  152. <groupId>io.netty</groupId>
  153. <artifactId>netty-common</artifactId>
  154. </exclusion>
  155. <exclusion>
  156. <groupId>io.netty</groupId>
  157. <artifactId>netty-buffer</artifactId>
  158. </exclusion>
  159. <exclusion>
  160. <groupId>io.netty</groupId>
  161. <artifactId>netty-transport</artifactId>
  162. </exclusion>
  163. <exclusion>
  164. <groupId>io.netty</groupId>
  165. <artifactId>netty-codec</artifactId>
  166. </exclusion>
  167. </exclusions>
  168. <optional>false</optional>
  169. </dependency>
  170. <dependency>
  171. <groupId>io.netty</groupId>
  172. <artifactId>netty-codec-haproxy</artifactId>
  173. <version>4.1.110.Final</version>
  174. <scope>compile</scope>
  175. <exclusions>
  176. <exclusion>
  177. <groupId>io.netty</groupId>
  178. <artifactId>netty-buffer</artifactId>
  179. </exclusion>
  180. <exclusion>
  181. <groupId>io.netty</groupId>
  182. <artifactId>netty-transport</artifactId>
  183. </exclusion>
  184. <exclusion>
  185. <groupId>io.netty</groupId>
  186. <artifactId>netty-codec</artifactId>
  187. </exclusion>
  188. </exclusions>
  189. <optional>false</optional>
  190. </dependency>
  191. <dependency>
  192. <groupId>io.netty</groupId>
  193. <artifactId>netty-codec-http</artifactId>
  194. <version>4.1.110.Final</version>
  195. <scope>compile</scope>
  196. <exclusions>
  197. <exclusion>
  198. <groupId>io.netty</groupId>
  199. <artifactId>netty-common</artifactId>
  200. </exclusion>
  201. <exclusion>
  202. <groupId>io.netty</groupId>
  203. <artifactId>netty-buffer</artifactId>
  204. </exclusion>
  205. <exclusion>
  206. <groupId>io.netty</groupId>
  207. <artifactId>netty-transport</artifactId>
  208. </exclusion>
  209. <exclusion>
  210. <groupId>io.netty</groupId>
  211. <artifactId>netty-codec</artifactId>
  212. </exclusion>
  213. <exclusion>
  214. <groupId>io.netty</groupId>
  215. <artifactId>netty-handler</artifactId>
  216. </exclusion>
  217. <exclusion>
  218. <groupId>com.jcraft</groupId>
  219. <artifactId>jzlib</artifactId>
  220. </exclusion>
  221. <exclusion>
  222. <groupId>com.aayushatharva.brotli4j</groupId>
  223. <artifactId>brotli4j</artifactId>
  224. </exclusion>
  225. <exclusion>
  226. <groupId>com.github.luben</groupId>
  227. <artifactId>zstd-jni</artifactId>
  228. </exclusion>
  229. </exclusions>
  230. <optional>false</optional>
  231. </dependency>
  232. <dependency>
  233. <groupId>io.netty</groupId>
  234. <artifactId>netty-codec-http2</artifactId>
  235. <version>4.1.110.Final</version>
  236. <scope>compile</scope>
  237. <exclusions>
  238. <exclusion>
  239. <groupId>io.netty</groupId>
  240. <artifactId>netty-common</artifactId>
  241. </exclusion>
  242. <exclusion>
  243. <groupId>io.netty</groupId>
  244. <artifactId>netty-buffer</artifactId>
  245. </exclusion>
  246. <exclusion>
  247. <groupId>io.netty</groupId>
  248. <artifactId>netty-transport</artifactId>
  249. </exclusion>
  250. <exclusion>
  251. <groupId>io.netty</groupId>
  252. <artifactId>netty-codec</artifactId>
  253. </exclusion>
  254. <exclusion>
  255. <groupId>io.netty</groupId>
  256. <artifactId>netty-handler</artifactId>
  257. </exclusion>
  258. <exclusion>
  259. <groupId>io.netty</groupId>
  260. <artifactId>netty-codec-http</artifactId>
  261. </exclusion>
  262. <exclusion>
  263. <groupId>com.jcraft</groupId>
  264. <artifactId>jzlib</artifactId>
  265. </exclusion>
  266. <exclusion>
  267. <groupId>com.aayushatharva.brotli4j</groupId>
  268. <artifactId>brotli4j</artifactId>
  269. </exclusion>
  270. <exclusion>
  271. <groupId>com.github.luben</groupId>
  272. <artifactId>zstd-jni</artifactId>
  273. </exclusion>
  274. </exclusions>
  275. <optional>false</optional>
  276. </dependency>
  277. <dependency>
  278. <groupId>io.netty</groupId>
  279. <artifactId>netty-codec-memcache</artifactId>
  280. <version>4.1.110.Final</version>
  281. <scope>compile</scope>
  282. <exclusions>
  283. <exclusion>
  284. <groupId>io.netty</groupId>
  285. <artifactId>netty-common</artifactId>
  286. </exclusion>
  287. <exclusion>
  288. <groupId>io.netty</groupId>
  289. <artifactId>netty-buffer</artifactId>
  290. </exclusion>
  291. <exclusion>
  292. <groupId>io.netty</groupId>
  293. <artifactId>netty-transport</artifactId>
  294. </exclusion>
  295. <exclusion>
  296. <groupId>io.netty</groupId>
  297. <artifactId>netty-codec</artifactId>
  298. </exclusion>
  299. </exclusions>
  300. <optional>false</optional>
  301. </dependency>
  302. <dependency>
  303. <groupId>io.netty</groupId>
  304. <artifactId>netty-codec-mqtt</artifactId>
  305. <version>4.1.110.Final</version>
  306. <scope>compile</scope>
  307. <exclusions>
  308. <exclusion>
  309. <groupId>io.netty</groupId>
  310. <artifactId>netty-common</artifactId>
  311. </exclusion>
  312. <exclusion>
  313. <groupId>io.netty</groupId>
  314. <artifactId>netty-buffer</artifactId>
  315. </exclusion>
  316. <exclusion>
  317. <groupId>io.netty</groupId>
  318. <artifactId>netty-transport</artifactId>
  319. </exclusion>
  320. <exclusion>
  321. <groupId>io.netty</groupId>
  322. <artifactId>netty-codec</artifactId>
  323. </exclusion>
  324. </exclusions>
  325. <optional>false</optional>
  326. </dependency>
  327. <dependency>
  328. <groupId>io.netty</groupId>
  329. <artifactId>netty-codec-redis</artifactId>
  330. <version>4.1.110.Final</version>
  331. <scope>compile</scope>
  332. <exclusions>
  333. <exclusion>
  334. <groupId>io.netty</groupId>
  335. <artifactId>netty-common</artifactId>
  336. </exclusion>
  337. <exclusion>
  338. <groupId>io.netty</groupId>
  339. <artifactId>netty-buffer</artifactId>
  340. </exclusion>
  341. <exclusion>
  342. <groupId>io.netty</groupId>
  343. <artifactId>netty-transport</artifactId>
  344. </exclusion>
  345. <exclusion>
  346. <groupId>io.netty</groupId>
  347. <artifactId>netty-codec</artifactId>
  348. </exclusion>
  349. </exclusions>
  350. <optional>false</optional>
  351. </dependency>
  352. <dependency>
  353. <groupId>io.netty</groupId>
  354. <artifactId>netty-codec-smtp</artifactId>
  355. <version>4.1.110.Final</version>
  356. <scope>compile</scope>
  357. <exclusions>
  358. <exclusion>
  359. <groupId>io.netty</groupId>
  360. <artifactId>netty-common</artifactId>
  361. </exclusion>
  362. <exclusion>
  363. <groupId>io.netty</groupId>
  364. <artifactId>netty-buffer</artifactId>
  365. </exclusion>
  366. <exclusion>
  367. <groupId>io.netty</groupId>
  368. <artifactId>netty-transport</artifactId>
  369. </exclusion>
  370. <exclusion>
  371. <groupId>io.netty</groupId>
  372. <artifactId>netty-codec</artifactId>
  373. </exclusion>
  374. </exclusions>
  375. <optional>false</optional>
  376. </dependency>
  377. <dependency>
  378. <groupId>io.netty</groupId>
  379. <artifactId>netty-codec-socks</artifactId>
  380. <version>4.1.110.Final</version>
  381. <scope>compile</scope>
  382. <exclusions>
  383. <exclusion>
  384. <groupId>io.netty</groupId>
  385. <artifactId>netty-common</artifactId>
  386. </exclusion>
  387. <exclusion>
  388. <groupId>io.netty</groupId>
  389. <artifactId>netty-buffer</artifactId>
  390. </exclusion>
  391. <exclusion>
  392. <groupId>io.netty</groupId>
  393. <artifactId>netty-transport</artifactId>
  394. </exclusion>
  395. <exclusion>
  396. <groupId>io.netty</groupId>
  397. <artifactId>netty-codec</artifactId>
  398. </exclusion>
  399. </exclusions>
  400. <optional>false</optional>
  401. </dependency>
  402. <dependency>
  403. <groupId>io.netty</groupId>
  404. <artifactId>netty-codec-stomp</artifactId>
  405. <version>4.1.110.Final</version>
  406. <scope>compile</scope>
  407. <exclusions>
  408. <exclusion>
  409. <groupId>io.netty</groupId>
  410. <artifactId>netty-common</artifactId>
  411. </exclusion>
  412. <exclusion>
  413. <groupId>io.netty</groupId>
  414. <artifactId>netty-buffer</artifactId>
  415. </exclusion>
  416. <exclusion>
  417. <groupId>io.netty</groupId>
  418. <artifactId>netty-transport</artifactId>
  419. </exclusion>
  420. <exclusion>
  421. <groupId>io.netty</groupId>
  422. <artifactId>netty-codec</artifactId>
  423. </exclusion>
  424. </exclusions>
  425. <optional>false</optional>
  426. </dependency>
  427. <dependency>
  428. <groupId>io.netty</groupId>
  429. <artifactId>netty-codec-xml</artifactId>
  430. <version>4.1.110.Final</version>
  431. <scope>compile</scope>
  432. <exclusions>
  433. <exclusion>
  434. <groupId>io.netty</groupId>
  435. <artifactId>netty-buffer</artifactId>
  436. </exclusion>
  437. <exclusion>
  438. <groupId>io.netty</groupId>
  439. <artifactId>netty-transport</artifactId>
  440. </exclusion>
  441. <exclusion>
  442. <groupId>io.netty</groupId>
  443. <artifactId>netty-codec</artifactId>
  444. </exclusion>
  445. <exclusion>
  446. <groupId>com.fasterxml</groupId>
  447. <artifactId>aalto-xml</artifactId>
  448. </exclusion>
  449. </exclusions>
  450. <optional>false</optional>
  451. </dependency>
  452. <dependency>
  453. <groupId>io.netty</groupId>
  454. <artifactId>netty-common</artifactId>
  455. <version>4.1.110.Final</version>
  456. <scope>compile</scope>
  457. <exclusions>
  458. <exclusion>
  459. <groupId>org.graalvm.nativeimage</groupId>
  460. <artifactId>svm</artifactId>
  461. </exclusion>
  462. <exclusion>
  463. <groupId>org.jetbrains</groupId>
  464. <artifactId>annotations-java5</artifactId>
  465. </exclusion>
  466. <exclusion>
  467. <groupId>org.slf4j</groupId>
  468. <artifactId>slf4j-api</artifactId>
  469. </exclusion>
  470. <exclusion>
  471. <groupId>commons-logging</groupId>
  472. <artifactId>commons-logging</artifactId>
  473. </exclusion>
  474. <exclusion>
  475. <groupId>org.apache.logging.log4j</groupId>
  476. <artifactId>log4j-1.2-api</artifactId>
  477. </exclusion>
  478. <exclusion>
  479. <groupId>org.apache.logging.log4j</groupId>
  480. <artifactId>log4j-api</artifactId>
  481. </exclusion>
  482. <exclusion>
  483. <groupId>io.projectreactor.tools</groupId>
  484. <artifactId>blockhound</artifactId>
  485. </exclusion>
  486. </exclusions>
  487. <optional>false</optional>
  488. </dependency>
  489. <dependency>
  490. <groupId>io.netty</groupId>
  491. <artifactId>netty-handler</artifactId>
  492. <version>4.1.110.Final</version>
  493. <scope>compile</scope>
  494. <exclusions>
  495. <exclusion>
  496. <groupId>io.netty</groupId>
  497. <artifactId>netty-common</artifactId>
  498. </exclusion>
  499. <exclusion>
  500. <groupId>io.netty</groupId>
  501. <artifactId>netty-resolver</artifactId>
  502. </exclusion>
  503. <exclusion>
  504. <groupId>io.netty</groupId>
  505. <artifactId>netty-buffer</artifactId>
  506. </exclusion>
  507. <exclusion>
  508. <groupId>io.netty</groupId>
  509. <artifactId>netty-transport</artifactId>
  510. </exclusion>
  511. <exclusion>
  512. <groupId>io.netty</groupId>
  513. <artifactId>netty-transport-native-unix-common</artifactId>
  514. </exclusion>
  515. <exclusion>
  516. <groupId>io.netty</groupId>
  517. <artifactId>netty-codec</artifactId>
  518. </exclusion>
  519. <exclusion>
  520. <groupId>io.netty</groupId>
  521. <artifactId>netty-tcnative-classes</artifactId>
  522. </exclusion>
  523. <exclusion>
  524. <groupId>io.netty</groupId>
  525. <artifactId>netty-tcnative-boringssl-static</artifactId>
  526. </exclusion>
  527. <exclusion>
  528. <groupId>org.bouncycastle</groupId>
  529. <artifactId>bcpkix-jdk15on</artifactId>
  530. </exclusion>
  531. <exclusion>
  532. <groupId>org.bouncycastle</groupId>
  533. <artifactId>bctls-jdk15on</artifactId>
  534. </exclusion>
  535. <exclusion>
  536. <groupId>org.eclipse.jetty.npn</groupId>
  537. <artifactId>npn-api</artifactId>
  538. </exclusion>
  539. <exclusion>
  540. <groupId>org.eclipse.jetty.alpn</groupId>
  541. <artifactId>alpn-api</artifactId>
  542. </exclusion>
  543. <exclusion>
  544. <groupId>org.conscrypt</groupId>
  545. <artifactId>conscrypt-openjdk-uber</artifactId>
  546. </exclusion>
  547. </exclusions>
  548. <optional>false</optional>
  549. </dependency>
  550. <dependency>
  551. <groupId>io.netty</groupId>
  552. <artifactId>netty-transport-native-unix-common</artifactId>
  553. <version>4.1.110.Final</version>
  554. <scope>compile</scope>
  555. <exclusions>
  556. <exclusion>
  557. <groupId>io.netty</groupId>
  558. <artifactId>netty-jni-util</artifactId>
  559. </exclusion>
  560. <exclusion>
  561. <groupId>io.netty</groupId>
  562. <artifactId>netty-common</artifactId>
  563. </exclusion>
  564. <exclusion>
  565. <groupId>io.netty</groupId>
  566. <artifactId>netty-buffer</artifactId>
  567. </exclusion>
  568. <exclusion>
  569. <groupId>io.netty</groupId>
  570. <artifactId>netty-transport</artifactId>
  571. </exclusion>
  572. </exclusions>
  573. <optional>false</optional>
  574. </dependency>
  575. <dependency>
  576. <groupId>io.netty</groupId>
  577. <artifactId>netty-handler-proxy</artifactId>
  578. <version>4.1.110.Final</version>
  579. <scope>compile</scope>
  580. <exclusions>
  581. <exclusion>
  582. <groupId>io.netty</groupId>
  583. <artifactId>netty-common</artifactId>
  584. </exclusion>
  585. <exclusion>
  586. <groupId>io.netty</groupId>
  587. <artifactId>netty-buffer</artifactId>
  588. </exclusion>
  589. <exclusion>
  590. <groupId>io.netty</groupId>
  591. <artifactId>netty-transport</artifactId>
  592. </exclusion>
  593. <exclusion>
  594. <groupId>io.netty</groupId>
  595. <artifactId>netty-codec</artifactId>
  596. </exclusion>
  597. <exclusion>
  598. <groupId>io.netty</groupId>
  599. <artifactId>netty-codec-socks</artifactId>
  600. </exclusion>
  601. <exclusion>
  602. <groupId>io.netty</groupId>
  603. <artifactId>netty-codec-http</artifactId>
  604. </exclusion>
  605. </exclusions>
  606. <optional>false</optional>
  607. </dependency>
  608. <dependency>
  609. <groupId>io.netty</groupId>
  610. <artifactId>netty-handler-ssl-ocsp</artifactId>
  611. <version>4.1.110.Final</version>
  612. <scope>compile</scope>
  613. <exclusions>
  614. <exclusion>
  615. <groupId>org.bouncycastle</groupId>
  616. <artifactId>bcpkix-jdk15on</artifactId>
  617. </exclusion>
  618. <exclusion>
  619. <groupId>io.netty</groupId>
  620. <artifactId>netty-codec-http</artifactId>
  621. </exclusion>
  622. <exclusion>
  623. <groupId>io.netty</groupId>
  624. <artifactId>netty-transport</artifactId>
  625. </exclusion>
  626. <exclusion>
  627. <groupId>io.netty</groupId>
  628. <artifactId>netty-resolver-dns</artifactId>
  629. </exclusion>
  630. </exclusions>
  631. <optional>false</optional>
  632. </dependency>
  633. <dependency>
  634. <groupId>io.netty</groupId>
  635. <artifactId>netty-resolver</artifactId>
  636. <version>4.1.110.Final</version>
  637. <scope>compile</scope>
  638. <exclusions>
  639. <exclusion>
  640. <groupId>io.netty</groupId>
  641. <artifactId>netty-common</artifactId>
  642. </exclusion>
  643. </exclusions>
  644. <optional>false</optional>
  645. </dependency>
  646. <dependency>
  647. <groupId>io.netty</groupId>
  648. <artifactId>netty-resolver-dns</artifactId>
  649. <version>4.1.110.Final</version>
  650. <scope>compile</scope>
  651. <exclusions>
  652. <exclusion>
  653. <groupId>io.netty</groupId>
  654. <artifactId>netty-common</artifactId>
  655. </exclusion>
  656. <exclusion>
  657. <groupId>io.netty</groupId>
  658. <artifactId>netty-buffer</artifactId>
  659. </exclusion>
  660. <exclusion>
  661. <groupId>io.netty</groupId>
  662. <artifactId>netty-resolver</artifactId>
  663. </exclusion>
  664. <exclusion>
  665. <groupId>io.netty</groupId>
  666. <artifactId>netty-transport</artifactId>
  667. </exclusion>
  668. <exclusion>
  669. <groupId>io.netty</groupId>
  670. <artifactId>netty-codec</artifactId>
  671. </exclusion>
  672. <exclusion>
  673. <groupId>io.netty</groupId>
  674. <artifactId>netty-codec-dns</artifactId>
  675. </exclusion>
  676. <exclusion>
  677. <groupId>io.netty</groupId>
  678. <artifactId>netty-handler</artifactId>
  679. </exclusion>
  680. </exclusions>
  681. <optional>false</optional>
  682. </dependency>
  683. <dependency>
  684. <groupId>io.netty</groupId>
  685. <artifactId>netty-transport</artifactId>
  686. <version>4.1.110.Final</version>
  687. <scope>compile</scope>
  688. <exclusions>
  689. <exclusion>
  690. <groupId>io.netty</groupId>
  691. <artifactId>netty-common</artifactId>
  692. </exclusion>
  693. <exclusion>
  694. <groupId>io.netty</groupId>
  695. <artifactId>netty-buffer</artifactId>
  696. </exclusion>
  697. <exclusion>
  698. <groupId>io.netty</groupId>
  699. <artifactId>netty-resolver</artifactId>
  700. </exclusion>
  701. </exclusions>
  702. <optional>false</optional>
  703. </dependency>
  704. <dependency>
  705. <groupId>io.netty</groupId>
  706. <artifactId>netty-transport-rxtx</artifactId>
  707. <version>4.1.110.Final</version>
  708. <scope>compile</scope>
  709. <exclusions>
  710. <exclusion>
  711. <groupId>io.netty</groupId>
  712. <artifactId>netty-buffer</artifactId>
  713. </exclusion>
  714. <exclusion>
  715. <groupId>io.netty</groupId>
  716. <artifactId>netty-transport</artifactId>
  717. </exclusion>
  718. <exclusion>
  719. <groupId>org.rxtx</groupId>
  720. <artifactId>rxtx</artifactId>
  721. </exclusion>
  722. </exclusions>
  723. <optional>false</optional>
  724. </dependency>
  725. <dependency>
  726. <groupId>io.netty</groupId>
  727. <artifactId>netty-transport-sctp</artifactId>
  728. <version>4.1.110.Final</version>
  729. <scope>compile</scope>
  730. <exclusions>
  731. <exclusion>
  732. <groupId>io.netty</groupId>
  733. <artifactId>netty-common</artifactId>
  734. </exclusion>
  735. <exclusion>
  736. <groupId>io.netty</groupId>
  737. <artifactId>netty-buffer</artifactId>
  738. </exclusion>
  739. <exclusion>
  740. <groupId>io.netty</groupId>
  741. <artifactId>netty-codec</artifactId>
  742. </exclusion>
  743. <exclusion>
  744. <groupId>io.netty</groupId>
  745. <artifactId>netty-transport</artifactId>
  746. </exclusion>
  747. </exclusions>
  748. <optional>false</optional>
  749. </dependency>
  750. <dependency>
  751. <groupId>io.netty</groupId>
  752. <artifactId>netty-transport-udt</artifactId>
  753. <version>4.1.110.Final</version>
  754. <scope>compile</scope>
  755. <exclusions>
  756. <exclusion>
  757. <groupId>io.netty</groupId>
  758. <artifactId>netty-common</artifactId>
  759. </exclusion>
  760. <exclusion>
  761. <groupId>io.netty</groupId>
  762. <artifactId>netty-buffer</artifactId>
  763. </exclusion>
  764. <exclusion>
  765. <groupId>io.netty</groupId>
  766. <artifactId>netty-transport</artifactId>
  767. </exclusion>
  768. <exclusion>
  769. <groupId>com.barchart.udt</groupId>
  770. <artifactId>barchart-udt-bundle</artifactId>
  771. </exclusion>
  772. </exclusions>
  773. <optional>false</optional>
  774. </dependency>
  775. <dependency>
  776. <groupId>io.netty</groupId>
  777. <artifactId>netty-transport-classes-epoll</artifactId>
  778. <version>4.1.110.Final</version>
  779. <scope>compile</scope>
  780. <exclusions>
  781. <exclusion>
  782. <groupId>io.netty</groupId>
  783. <artifactId>netty-common</artifactId>
  784. </exclusion>
  785. <exclusion>
  786. <groupId>io.netty</groupId>
  787. <artifactId>netty-buffer</artifactId>
  788. </exclusion>
  789. <exclusion>
  790. <groupId>io.netty</groupId>
  791. <artifactId>netty-transport</artifactId>
  792. </exclusion>
  793. <exclusion>
  794. <groupId>io.netty</groupId>
  795. <artifactId>netty-transport-native-unix-common</artifactId>
  796. </exclusion>
  797. </exclusions>
  798. <optional>false</optional>
  799. </dependency>
  800. <dependency>
  801. <groupId>io.netty</groupId>
  802. <artifactId>netty-transport-classes-kqueue</artifactId>
  803. <version>4.1.110.Final</version>
  804. <scope>compile</scope>
  805. <exclusions>
  806. <exclusion>
  807. <groupId>io.netty</groupId>
  808. <artifactId>netty-common</artifactId>
  809. </exclusion>
  810. <exclusion>
  811. <groupId>io.netty</groupId>
  812. <artifactId>netty-buffer</artifactId>
  813. </exclusion>
  814. <exclusion>
  815. <groupId>io.netty</groupId>
  816. <artifactId>netty-transport</artifactId>
  817. </exclusion>
  818. <exclusion>
  819. <groupId>io.netty</groupId>
  820. <artifactId>netty-transport-native-unix-common</artifactId>
  821. </exclusion>
  822. </exclusions>
  823. <optional>false</optional>
  824. </dependency>
  825. <dependency>
  826. <groupId>io.netty</groupId>
  827. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  828. <version>4.1.110.Final</version>
  829. <scope>compile</scope>
  830. <exclusions>
  831. <exclusion>
  832. <groupId>io.netty</groupId>
  833. <artifactId>netty-common</artifactId>
  834. </exclusion>
  835. <exclusion>
  836. <groupId>io.netty</groupId>
  837. <artifactId>netty-resolver-dns</artifactId>
  838. </exclusion>
  839. <exclusion>
  840. <groupId>io.netty</groupId>
  841. <artifactId>netty-transport-native-unix-common</artifactId>
  842. </exclusion>
  843. </exclusions>
  844. <optional>false</optional>
  845. </dependency>
  846. <dependency>
  847. <groupId>io.netty</groupId>
  848. <artifactId>netty-transport-native-epoll</artifactId>
  849. <version>4.1.110.Final</version>
  850. <classifier>linux-x86_64</classifier>
  851. <scope>runtime</scope>
  852. <exclusions>
  853. <exclusion>
  854. <groupId>io.netty</groupId>
  855. <artifactId>netty-common</artifactId>
  856. </exclusion>
  857. <exclusion>
  858. <groupId>io.netty</groupId>
  859. <artifactId>netty-buffer</artifactId>
  860. </exclusion>
  861. <exclusion>
  862. <groupId>io.netty</groupId>
  863. <artifactId>netty-transport</artifactId>
  864. </exclusion>
  865. <exclusion>
  866. <groupId>io.netty</groupId>
  867. <artifactId>netty-transport-native-unix-common</artifactId>
  868. </exclusion>
  869. <exclusion>
  870. <groupId>io.netty</groupId>
  871. <artifactId>netty-transport-classes-epoll</artifactId>
  872. </exclusion>
  873. <exclusion>
  874. <groupId>org.bouncycastle</groupId>
  875. <artifactId>bcpkix-jdk15on</artifactId>
  876. </exclusion>
  877. </exclusions>
  878. <optional>false</optional>
  879. </dependency>
  880. <dependency>
  881. <groupId>io.netty</groupId>
  882. <artifactId>netty-transport-native-epoll</artifactId>
  883. <version>4.1.110.Final</version>
  884. <classifier>linux-aarch_64</classifier>
  885. <scope>runtime</scope>
  886. <exclusions>
  887. <exclusion>
  888. <groupId>io.netty</groupId>
  889. <artifactId>netty-common</artifactId>
  890. </exclusion>
  891. <exclusion>
  892. <groupId>io.netty</groupId>
  893. <artifactId>netty-buffer</artifactId>
  894. </exclusion>
  895. <exclusion>
  896. <groupId>io.netty</groupId>
  897. <artifactId>netty-transport</artifactId>
  898. </exclusion>
  899. <exclusion>
  900. <groupId>io.netty</groupId>
  901. <artifactId>netty-transport-native-unix-common</artifactId>
  902. </exclusion>
  903. <exclusion>
  904. <groupId>io.netty</groupId>
  905. <artifactId>netty-transport-classes-epoll</artifactId>
  906. </exclusion>
  907. <exclusion>
  908. <groupId>org.bouncycastle</groupId>
  909. <artifactId>bcpkix-jdk15on</artifactId>
  910. </exclusion>
  911. </exclusions>
  912. <optional>false</optional>
  913. </dependency>
  914. <dependency>
  915. <groupId>io.netty</groupId>
  916. <artifactId>netty-transport-native-epoll</artifactId>
  917. <version>4.1.110.Final</version>
  918. <classifier>linux-riscv64</classifier>
  919. <scope>runtime</scope>
  920. <exclusions>
  921. <exclusion>
  922. <groupId>io.netty</groupId>
  923. <artifactId>netty-common</artifactId>
  924. </exclusion>
  925. <exclusion>
  926. <groupId>io.netty</groupId>
  927. <artifactId>netty-buffer</artifactId>
  928. </exclusion>
  929. <exclusion>
  930. <groupId>io.netty</groupId>
  931. <artifactId>netty-transport</artifactId>
  932. </exclusion>
  933. <exclusion>
  934. <groupId>io.netty</groupId>
  935. <artifactId>netty-transport-native-unix-common</artifactId>
  936. </exclusion>
  937. <exclusion>
  938. <groupId>io.netty</groupId>
  939. <artifactId>netty-transport-classes-epoll</artifactId>
  940. </exclusion>
  941. <exclusion>
  942. <groupId>org.bouncycastle</groupId>
  943. <artifactId>bcpkix-jdk15on</artifactId>
  944. </exclusion>
  945. </exclusions>
  946. <optional>false</optional>
  947. </dependency>
  948. <dependency>
  949. <groupId>io.netty</groupId>
  950. <artifactId>netty-transport-native-kqueue</artifactId>
  951. <version>4.1.110.Final</version>
  952. <classifier>osx-x86_64</classifier>
  953. <scope>runtime</scope>
  954. <exclusions>
  955. <exclusion>
  956. <groupId>io.netty</groupId>
  957. <artifactId>netty-common</artifactId>
  958. </exclusion>
  959. <exclusion>
  960. <groupId>io.netty</groupId>
  961. <artifactId>netty-buffer</artifactId>
  962. </exclusion>
  963. <exclusion>
  964. <groupId>io.netty</groupId>
  965. <artifactId>netty-transport</artifactId>
  966. </exclusion>
  967. <exclusion>
  968. <groupId>io.netty</groupId>
  969. <artifactId>netty-transport-native-unix-common</artifactId>
  970. </exclusion>
  971. <exclusion>
  972. <groupId>io.netty</groupId>
  973. <artifactId>netty-transport-classes-kqueue</artifactId>
  974. </exclusion>
  975. <exclusion>
  976. <groupId>org.bouncycastle</groupId>
  977. <artifactId>bcpkix-jdk15on</artifactId>
  978. </exclusion>
  979. <exclusion>
  980. <groupId>io.netty</groupId>
  981. <artifactId>netty-transport-native-unix-common</artifactId>
  982. </exclusion>
  983. </exclusions>
  984. <optional>false</optional>
  985. </dependency>
  986. <dependency>
  987. <groupId>io.netty</groupId>
  988. <artifactId>netty-transport-native-kqueue</artifactId>
  989. <version>4.1.110.Final</version>
  990. <classifier>osx-aarch_64</classifier>
  991. <scope>runtime</scope>
  992. <exclusions>
  993. <exclusion>
  994. <groupId>io.netty</groupId>
  995. <artifactId>netty-common</artifactId>
  996. </exclusion>
  997. <exclusion>
  998. <groupId>io.netty</groupId>
  999. <artifactId>netty-buffer</artifactId>
  1000. </exclusion>
  1001. <exclusion>
  1002. <groupId>io.netty</groupId>
  1003. <artifactId>netty-transport</artifactId>
  1004. </exclusion>
  1005. <exclusion>
  1006. <groupId>io.netty</groupId>
  1007. <artifactId>netty-transport-native-unix-common</artifactId>
  1008. </exclusion>
  1009. <exclusion>
  1010. <groupId>io.netty</groupId>
  1011. <artifactId>netty-transport-classes-kqueue</artifactId>
  1012. </exclusion>
  1013. <exclusion>
  1014. <groupId>org.bouncycastle</groupId>
  1015. <artifactId>bcpkix-jdk15on</artifactId>
  1016. </exclusion>
  1017. <exclusion>
  1018. <groupId>io.netty</groupId>
  1019. <artifactId>netty-transport-native-unix-common</artifactId>
  1020. </exclusion>
  1021. </exclusions>
  1022. <optional>false</optional>
  1023. </dependency>
  1024. <dependency>
  1025. <groupId>io.netty</groupId>
  1026. <artifactId>netty-resolver-dns-native-macos</artifactId>
  1027. <version>4.1.110.Final</version>
  1028. <classifier>osx-x86_64</classifier>
  1029. <scope>runtime</scope>
  1030. <exclusions>
  1031. <exclusion>
  1032. <groupId>io.netty</groupId>
  1033. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  1034. </exclusion>
  1035. <exclusion>
  1036. <groupId>io.netty</groupId>
  1037. <artifactId>netty-transport-native-unix-common</artifactId>
  1038. </exclusion>
  1039. </exclusions>
  1040. <optional>false</optional>
  1041. </dependency>
  1042. <dependency>
  1043. <groupId>io.netty</groupId>
  1044. <artifactId>netty-resolver-dns-native-macos</artifactId>
  1045. <version>4.1.110.Final</version>
  1046. <classifier>osx-aarch_64</classifier>
  1047. <scope>runtime</scope>
  1048. <exclusions>
  1049. <exclusion>
  1050. <groupId>io.netty</groupId>
  1051. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  1052. </exclusion>
  1053. <exclusion>
  1054. <groupId>io.netty</groupId>
  1055. <artifactId>netty-transport-native-unix-common</artifactId>
  1056. </exclusion>
  1057. </exclusions>
  1058. <optional>false</optional>
  1059. </dependency>
  1060. <dependency>
  1061. <groupId>io.netty</groupId>
  1062. <artifactId>netty-transport-native-epoll</artifactId>
  1063. <version>4.1.110.Final</version>
  1064. <classifier>linux-x86_64</classifier>
  1065. <scope>runtime</scope>
  1066. </dependency>
  1067. <dependency>
  1068. <groupId>io.netty</groupId>
  1069. <artifactId>netty-transport-native-epoll</artifactId>
  1070. <version>4.1.110.Final</version>
  1071. <classifier>linux-aarch_64</classifier>
  1072. <scope>runtime</scope>
  1073. </dependency>
  1074. <dependency>
  1075. <groupId>io.netty</groupId>
  1076. <artifactId>netty-transport-native-epoll</artifactId>
  1077. <version>4.1.110.Final</version>
  1078. <classifier>linux-riscv64</classifier>
  1079. <scope>runtime</scope>
  1080. </dependency>
  1081. <dependency>
  1082. <groupId>io.netty</groupId>
  1083. <artifactId>netty-transport-native-kqueue</artifactId>
  1084. <version>4.1.110.Final</version>
  1085. <classifier>osx-x86_64</classifier>
  1086. <scope>runtime</scope>
  1087. </dependency>
  1088. <dependency>
  1089. <groupId>io.netty</groupId>
  1090. <artifactId>netty-transport-native-kqueue</artifactId>
  1091. <version>4.1.110.Final</version>
  1092. <classifier>osx-aarch_64</classifier>
  1093. <scope>runtime</scope>
  1094. </dependency>
  1095. <dependency>
  1096. <groupId>io.netty</groupId>
  1097. <artifactId>netty-resolver-dns-native-macos</artifactId>
  1098. <version>4.1.110.Final</version>
  1099. <classifier>osx-x86_64</classifier>
  1100. <scope>runtime</scope>
  1101. </dependency>
  1102. <dependency>
  1103. <groupId>io.netty</groupId>
  1104. <artifactId>netty-resolver-dns-native-macos</artifactId>
  1105. <version>4.1.110.Final</version>
  1106. <classifier>osx-aarch_64</classifier>
  1107. <scope>runtime</scope>
  1108. </dependency>
  1109. </dependencies>
  1110. <repositories>
  1111. <repository>
  1112. <releases>
  1113. <enabled>false</enabled>
  1114. </releases>
  1115. <snapshots>
  1116. <enabled>true</enabled>
  1117. </snapshots>
  1118. <id>sonatype-nexus-snapshots</id>
  1119. <name>Sonatype Nexus Snapshots</name>
  1120. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  1121. </repository>
  1122. </repositories>
  1123. </project>