netty-all-4.1.101.Final.pom 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078
  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.101.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.101.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.101.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.101.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-osx-x86_64</artifactId>
  129. </exclusion>
  130. <exclusion>
  131. <groupId>com.aayushatharva.brotli4j</groupId>
  132. <artifactId>native-osx-aarch64</artifactId>
  133. </exclusion>
  134. <exclusion>
  135. <groupId>com.aayushatharva.brotli4j</groupId>
  136. <artifactId>native-windows-x86_64</artifactId>
  137. </exclusion>
  138. </exclusions>
  139. <optional>false</optional>
  140. </dependency>
  141. <dependency>
  142. <groupId>io.netty</groupId>
  143. <artifactId>netty-codec-dns</artifactId>
  144. <version>4.1.101.Final</version>
  145. <scope>compile</scope>
  146. <exclusions>
  147. <exclusion>
  148. <groupId>io.netty</groupId>
  149. <artifactId>netty-common</artifactId>
  150. </exclusion>
  151. <exclusion>
  152. <groupId>io.netty</groupId>
  153. <artifactId>netty-buffer</artifactId>
  154. </exclusion>
  155. <exclusion>
  156. <groupId>io.netty</groupId>
  157. <artifactId>netty-transport</artifactId>
  158. </exclusion>
  159. <exclusion>
  160. <groupId>io.netty</groupId>
  161. <artifactId>netty-codec</artifactId>
  162. </exclusion>
  163. </exclusions>
  164. <optional>false</optional>
  165. </dependency>
  166. <dependency>
  167. <groupId>io.netty</groupId>
  168. <artifactId>netty-codec-haproxy</artifactId>
  169. <version>4.1.101.Final</version>
  170. <scope>compile</scope>
  171. <exclusions>
  172. <exclusion>
  173. <groupId>io.netty</groupId>
  174. <artifactId>netty-buffer</artifactId>
  175. </exclusion>
  176. <exclusion>
  177. <groupId>io.netty</groupId>
  178. <artifactId>netty-transport</artifactId>
  179. </exclusion>
  180. <exclusion>
  181. <groupId>io.netty</groupId>
  182. <artifactId>netty-codec</artifactId>
  183. </exclusion>
  184. </exclusions>
  185. <optional>false</optional>
  186. </dependency>
  187. <dependency>
  188. <groupId>io.netty</groupId>
  189. <artifactId>netty-codec-http</artifactId>
  190. <version>4.1.101.Final</version>
  191. <scope>compile</scope>
  192. <exclusions>
  193. <exclusion>
  194. <groupId>io.netty</groupId>
  195. <artifactId>netty-common</artifactId>
  196. </exclusion>
  197. <exclusion>
  198. <groupId>io.netty</groupId>
  199. <artifactId>netty-buffer</artifactId>
  200. </exclusion>
  201. <exclusion>
  202. <groupId>io.netty</groupId>
  203. <artifactId>netty-transport</artifactId>
  204. </exclusion>
  205. <exclusion>
  206. <groupId>io.netty</groupId>
  207. <artifactId>netty-codec</artifactId>
  208. </exclusion>
  209. <exclusion>
  210. <groupId>io.netty</groupId>
  211. <artifactId>netty-handler</artifactId>
  212. </exclusion>
  213. <exclusion>
  214. <groupId>com.jcraft</groupId>
  215. <artifactId>jzlib</artifactId>
  216. </exclusion>
  217. <exclusion>
  218. <groupId>com.aayushatharva.brotli4j</groupId>
  219. <artifactId>brotli4j</artifactId>
  220. </exclusion>
  221. <exclusion>
  222. <groupId>com.github.luben</groupId>
  223. <artifactId>zstd-jni</artifactId>
  224. </exclusion>
  225. </exclusions>
  226. <optional>false</optional>
  227. </dependency>
  228. <dependency>
  229. <groupId>io.netty</groupId>
  230. <artifactId>netty-codec-http2</artifactId>
  231. <version>4.1.101.Final</version>
  232. <scope>compile</scope>
  233. <exclusions>
  234. <exclusion>
  235. <groupId>io.netty</groupId>
  236. <artifactId>netty-common</artifactId>
  237. </exclusion>
  238. <exclusion>
  239. <groupId>io.netty</groupId>
  240. <artifactId>netty-buffer</artifactId>
  241. </exclusion>
  242. <exclusion>
  243. <groupId>io.netty</groupId>
  244. <artifactId>netty-transport</artifactId>
  245. </exclusion>
  246. <exclusion>
  247. <groupId>io.netty</groupId>
  248. <artifactId>netty-codec</artifactId>
  249. </exclusion>
  250. <exclusion>
  251. <groupId>io.netty</groupId>
  252. <artifactId>netty-handler</artifactId>
  253. </exclusion>
  254. <exclusion>
  255. <groupId>io.netty</groupId>
  256. <artifactId>netty-codec-http</artifactId>
  257. </exclusion>
  258. <exclusion>
  259. <groupId>com.jcraft</groupId>
  260. <artifactId>jzlib</artifactId>
  261. </exclusion>
  262. <exclusion>
  263. <groupId>com.aayushatharva.brotli4j</groupId>
  264. <artifactId>brotli4j</artifactId>
  265. </exclusion>
  266. <exclusion>
  267. <groupId>com.github.luben</groupId>
  268. <artifactId>zstd-jni</artifactId>
  269. </exclusion>
  270. </exclusions>
  271. <optional>false</optional>
  272. </dependency>
  273. <dependency>
  274. <groupId>io.netty</groupId>
  275. <artifactId>netty-codec-memcache</artifactId>
  276. <version>4.1.101.Final</version>
  277. <scope>compile</scope>
  278. <exclusions>
  279. <exclusion>
  280. <groupId>io.netty</groupId>
  281. <artifactId>netty-common</artifactId>
  282. </exclusion>
  283. <exclusion>
  284. <groupId>io.netty</groupId>
  285. <artifactId>netty-buffer</artifactId>
  286. </exclusion>
  287. <exclusion>
  288. <groupId>io.netty</groupId>
  289. <artifactId>netty-transport</artifactId>
  290. </exclusion>
  291. <exclusion>
  292. <groupId>io.netty</groupId>
  293. <artifactId>netty-codec</artifactId>
  294. </exclusion>
  295. </exclusions>
  296. <optional>false</optional>
  297. </dependency>
  298. <dependency>
  299. <groupId>io.netty</groupId>
  300. <artifactId>netty-codec-mqtt</artifactId>
  301. <version>4.1.101.Final</version>
  302. <scope>compile</scope>
  303. <exclusions>
  304. <exclusion>
  305. <groupId>io.netty</groupId>
  306. <artifactId>netty-common</artifactId>
  307. </exclusion>
  308. <exclusion>
  309. <groupId>io.netty</groupId>
  310. <artifactId>netty-buffer</artifactId>
  311. </exclusion>
  312. <exclusion>
  313. <groupId>io.netty</groupId>
  314. <artifactId>netty-transport</artifactId>
  315. </exclusion>
  316. <exclusion>
  317. <groupId>io.netty</groupId>
  318. <artifactId>netty-codec</artifactId>
  319. </exclusion>
  320. </exclusions>
  321. <optional>false</optional>
  322. </dependency>
  323. <dependency>
  324. <groupId>io.netty</groupId>
  325. <artifactId>netty-codec-redis</artifactId>
  326. <version>4.1.101.Final</version>
  327. <scope>compile</scope>
  328. <exclusions>
  329. <exclusion>
  330. <groupId>io.netty</groupId>
  331. <artifactId>netty-common</artifactId>
  332. </exclusion>
  333. <exclusion>
  334. <groupId>io.netty</groupId>
  335. <artifactId>netty-buffer</artifactId>
  336. </exclusion>
  337. <exclusion>
  338. <groupId>io.netty</groupId>
  339. <artifactId>netty-transport</artifactId>
  340. </exclusion>
  341. <exclusion>
  342. <groupId>io.netty</groupId>
  343. <artifactId>netty-codec</artifactId>
  344. </exclusion>
  345. </exclusions>
  346. <optional>false</optional>
  347. </dependency>
  348. <dependency>
  349. <groupId>io.netty</groupId>
  350. <artifactId>netty-codec-smtp</artifactId>
  351. <version>4.1.101.Final</version>
  352. <scope>compile</scope>
  353. <exclusions>
  354. <exclusion>
  355. <groupId>io.netty</groupId>
  356. <artifactId>netty-common</artifactId>
  357. </exclusion>
  358. <exclusion>
  359. <groupId>io.netty</groupId>
  360. <artifactId>netty-buffer</artifactId>
  361. </exclusion>
  362. <exclusion>
  363. <groupId>io.netty</groupId>
  364. <artifactId>netty-transport</artifactId>
  365. </exclusion>
  366. <exclusion>
  367. <groupId>io.netty</groupId>
  368. <artifactId>netty-codec</artifactId>
  369. </exclusion>
  370. </exclusions>
  371. <optional>false</optional>
  372. </dependency>
  373. <dependency>
  374. <groupId>io.netty</groupId>
  375. <artifactId>netty-codec-socks</artifactId>
  376. <version>4.1.101.Final</version>
  377. <scope>compile</scope>
  378. <exclusions>
  379. <exclusion>
  380. <groupId>io.netty</groupId>
  381. <artifactId>netty-common</artifactId>
  382. </exclusion>
  383. <exclusion>
  384. <groupId>io.netty</groupId>
  385. <artifactId>netty-buffer</artifactId>
  386. </exclusion>
  387. <exclusion>
  388. <groupId>io.netty</groupId>
  389. <artifactId>netty-transport</artifactId>
  390. </exclusion>
  391. <exclusion>
  392. <groupId>io.netty</groupId>
  393. <artifactId>netty-codec</artifactId>
  394. </exclusion>
  395. </exclusions>
  396. <optional>false</optional>
  397. </dependency>
  398. <dependency>
  399. <groupId>io.netty</groupId>
  400. <artifactId>netty-codec-stomp</artifactId>
  401. <version>4.1.101.Final</version>
  402. <scope>compile</scope>
  403. <exclusions>
  404. <exclusion>
  405. <groupId>io.netty</groupId>
  406. <artifactId>netty-common</artifactId>
  407. </exclusion>
  408. <exclusion>
  409. <groupId>io.netty</groupId>
  410. <artifactId>netty-buffer</artifactId>
  411. </exclusion>
  412. <exclusion>
  413. <groupId>io.netty</groupId>
  414. <artifactId>netty-transport</artifactId>
  415. </exclusion>
  416. <exclusion>
  417. <groupId>io.netty</groupId>
  418. <artifactId>netty-codec</artifactId>
  419. </exclusion>
  420. </exclusions>
  421. <optional>false</optional>
  422. </dependency>
  423. <dependency>
  424. <groupId>io.netty</groupId>
  425. <artifactId>netty-codec-xml</artifactId>
  426. <version>4.1.101.Final</version>
  427. <scope>compile</scope>
  428. <exclusions>
  429. <exclusion>
  430. <groupId>io.netty</groupId>
  431. <artifactId>netty-buffer</artifactId>
  432. </exclusion>
  433. <exclusion>
  434. <groupId>io.netty</groupId>
  435. <artifactId>netty-transport</artifactId>
  436. </exclusion>
  437. <exclusion>
  438. <groupId>io.netty</groupId>
  439. <artifactId>netty-codec</artifactId>
  440. </exclusion>
  441. <exclusion>
  442. <groupId>com.fasterxml</groupId>
  443. <artifactId>aalto-xml</artifactId>
  444. </exclusion>
  445. </exclusions>
  446. <optional>false</optional>
  447. </dependency>
  448. <dependency>
  449. <groupId>io.netty</groupId>
  450. <artifactId>netty-common</artifactId>
  451. <version>4.1.101.Final</version>
  452. <scope>compile</scope>
  453. <exclusions>
  454. <exclusion>
  455. <groupId>org.graalvm.nativeimage</groupId>
  456. <artifactId>svm</artifactId>
  457. </exclusion>
  458. <exclusion>
  459. <groupId>org.jetbrains</groupId>
  460. <artifactId>annotations-java5</artifactId>
  461. </exclusion>
  462. <exclusion>
  463. <groupId>org.slf4j</groupId>
  464. <artifactId>slf4j-api</artifactId>
  465. </exclusion>
  466. <exclusion>
  467. <groupId>commons-logging</groupId>
  468. <artifactId>commons-logging</artifactId>
  469. </exclusion>
  470. <exclusion>
  471. <groupId>org.apache.logging.log4j</groupId>
  472. <artifactId>log4j-1.2-api</artifactId>
  473. </exclusion>
  474. <exclusion>
  475. <groupId>org.apache.logging.log4j</groupId>
  476. <artifactId>log4j-api</artifactId>
  477. </exclusion>
  478. <exclusion>
  479. <groupId>io.projectreactor.tools</groupId>
  480. <artifactId>blockhound</artifactId>
  481. </exclusion>
  482. </exclusions>
  483. <optional>false</optional>
  484. </dependency>
  485. <dependency>
  486. <groupId>io.netty</groupId>
  487. <artifactId>netty-handler</artifactId>
  488. <version>4.1.101.Final</version>
  489. <scope>compile</scope>
  490. <exclusions>
  491. <exclusion>
  492. <groupId>io.netty</groupId>
  493. <artifactId>netty-common</artifactId>
  494. </exclusion>
  495. <exclusion>
  496. <groupId>io.netty</groupId>
  497. <artifactId>netty-resolver</artifactId>
  498. </exclusion>
  499. <exclusion>
  500. <groupId>io.netty</groupId>
  501. <artifactId>netty-buffer</artifactId>
  502. </exclusion>
  503. <exclusion>
  504. <groupId>io.netty</groupId>
  505. <artifactId>netty-transport</artifactId>
  506. </exclusion>
  507. <exclusion>
  508. <groupId>io.netty</groupId>
  509. <artifactId>netty-transport-native-unix-common</artifactId>
  510. </exclusion>
  511. <exclusion>
  512. <groupId>io.netty</groupId>
  513. <artifactId>netty-codec</artifactId>
  514. </exclusion>
  515. <exclusion>
  516. <groupId>io.netty</groupId>
  517. <artifactId>netty-tcnative-classes</artifactId>
  518. </exclusion>
  519. <exclusion>
  520. <groupId>io.netty</groupId>
  521. <artifactId>netty-tcnative-boringssl-static</artifactId>
  522. </exclusion>
  523. <exclusion>
  524. <groupId>org.bouncycastle</groupId>
  525. <artifactId>bcpkix-jdk15on</artifactId>
  526. </exclusion>
  527. <exclusion>
  528. <groupId>org.bouncycastle</groupId>
  529. <artifactId>bctls-jdk15on</artifactId>
  530. </exclusion>
  531. <exclusion>
  532. <groupId>org.eclipse.jetty.npn</groupId>
  533. <artifactId>npn-api</artifactId>
  534. </exclusion>
  535. <exclusion>
  536. <groupId>org.eclipse.jetty.alpn</groupId>
  537. <artifactId>alpn-api</artifactId>
  538. </exclusion>
  539. <exclusion>
  540. <groupId>org.conscrypt</groupId>
  541. <artifactId>conscrypt-openjdk-uber</artifactId>
  542. </exclusion>
  543. </exclusions>
  544. <optional>false</optional>
  545. </dependency>
  546. <dependency>
  547. <groupId>io.netty</groupId>
  548. <artifactId>netty-transport-native-unix-common</artifactId>
  549. <version>4.1.101.Final</version>
  550. <scope>compile</scope>
  551. <exclusions>
  552. <exclusion>
  553. <groupId>io.netty</groupId>
  554. <artifactId>netty-jni-util</artifactId>
  555. </exclusion>
  556. <exclusion>
  557. <groupId>io.netty</groupId>
  558. <artifactId>netty-common</artifactId>
  559. </exclusion>
  560. <exclusion>
  561. <groupId>io.netty</groupId>
  562. <artifactId>netty-buffer</artifactId>
  563. </exclusion>
  564. <exclusion>
  565. <groupId>io.netty</groupId>
  566. <artifactId>netty-transport</artifactId>
  567. </exclusion>
  568. </exclusions>
  569. <optional>false</optional>
  570. </dependency>
  571. <dependency>
  572. <groupId>io.netty</groupId>
  573. <artifactId>netty-handler-proxy</artifactId>
  574. <version>4.1.101.Final</version>
  575. <scope>compile</scope>
  576. <exclusions>
  577. <exclusion>
  578. <groupId>io.netty</groupId>
  579. <artifactId>netty-common</artifactId>
  580. </exclusion>
  581. <exclusion>
  582. <groupId>io.netty</groupId>
  583. <artifactId>netty-buffer</artifactId>
  584. </exclusion>
  585. <exclusion>
  586. <groupId>io.netty</groupId>
  587. <artifactId>netty-transport</artifactId>
  588. </exclusion>
  589. <exclusion>
  590. <groupId>io.netty</groupId>
  591. <artifactId>netty-codec</artifactId>
  592. </exclusion>
  593. <exclusion>
  594. <groupId>io.netty</groupId>
  595. <artifactId>netty-codec-socks</artifactId>
  596. </exclusion>
  597. <exclusion>
  598. <groupId>io.netty</groupId>
  599. <artifactId>netty-codec-http</artifactId>
  600. </exclusion>
  601. </exclusions>
  602. <optional>false</optional>
  603. </dependency>
  604. <dependency>
  605. <groupId>io.netty</groupId>
  606. <artifactId>netty-handler-ssl-ocsp</artifactId>
  607. <version>4.1.101.Final</version>
  608. <scope>compile</scope>
  609. <exclusions>
  610. <exclusion>
  611. <groupId>org.bouncycastle</groupId>
  612. <artifactId>bcpkix-jdk15on</artifactId>
  613. </exclusion>
  614. <exclusion>
  615. <groupId>io.netty</groupId>
  616. <artifactId>netty-codec-http</artifactId>
  617. </exclusion>
  618. <exclusion>
  619. <groupId>io.netty</groupId>
  620. <artifactId>netty-transport</artifactId>
  621. </exclusion>
  622. <exclusion>
  623. <groupId>io.netty</groupId>
  624. <artifactId>netty-resolver-dns</artifactId>
  625. </exclusion>
  626. </exclusions>
  627. <optional>false</optional>
  628. </dependency>
  629. <dependency>
  630. <groupId>io.netty</groupId>
  631. <artifactId>netty-resolver</artifactId>
  632. <version>4.1.101.Final</version>
  633. <scope>compile</scope>
  634. <exclusions>
  635. <exclusion>
  636. <groupId>io.netty</groupId>
  637. <artifactId>netty-common</artifactId>
  638. </exclusion>
  639. </exclusions>
  640. <optional>false</optional>
  641. </dependency>
  642. <dependency>
  643. <groupId>io.netty</groupId>
  644. <artifactId>netty-resolver-dns</artifactId>
  645. <version>4.1.101.Final</version>
  646. <scope>compile</scope>
  647. <exclusions>
  648. <exclusion>
  649. <groupId>io.netty</groupId>
  650. <artifactId>netty-common</artifactId>
  651. </exclusion>
  652. <exclusion>
  653. <groupId>io.netty</groupId>
  654. <artifactId>netty-buffer</artifactId>
  655. </exclusion>
  656. <exclusion>
  657. <groupId>io.netty</groupId>
  658. <artifactId>netty-resolver</artifactId>
  659. </exclusion>
  660. <exclusion>
  661. <groupId>io.netty</groupId>
  662. <artifactId>netty-transport</artifactId>
  663. </exclusion>
  664. <exclusion>
  665. <groupId>io.netty</groupId>
  666. <artifactId>netty-codec</artifactId>
  667. </exclusion>
  668. <exclusion>
  669. <groupId>io.netty</groupId>
  670. <artifactId>netty-codec-dns</artifactId>
  671. </exclusion>
  672. <exclusion>
  673. <groupId>io.netty</groupId>
  674. <artifactId>netty-handler</artifactId>
  675. </exclusion>
  676. </exclusions>
  677. <optional>false</optional>
  678. </dependency>
  679. <dependency>
  680. <groupId>io.netty</groupId>
  681. <artifactId>netty-transport</artifactId>
  682. <version>4.1.101.Final</version>
  683. <scope>compile</scope>
  684. <exclusions>
  685. <exclusion>
  686. <groupId>io.netty</groupId>
  687. <artifactId>netty-common</artifactId>
  688. </exclusion>
  689. <exclusion>
  690. <groupId>io.netty</groupId>
  691. <artifactId>netty-buffer</artifactId>
  692. </exclusion>
  693. <exclusion>
  694. <groupId>io.netty</groupId>
  695. <artifactId>netty-resolver</artifactId>
  696. </exclusion>
  697. </exclusions>
  698. <optional>false</optional>
  699. </dependency>
  700. <dependency>
  701. <groupId>io.netty</groupId>
  702. <artifactId>netty-transport-rxtx</artifactId>
  703. <version>4.1.101.Final</version>
  704. <scope>compile</scope>
  705. <exclusions>
  706. <exclusion>
  707. <groupId>io.netty</groupId>
  708. <artifactId>netty-buffer</artifactId>
  709. </exclusion>
  710. <exclusion>
  711. <groupId>io.netty</groupId>
  712. <artifactId>netty-transport</artifactId>
  713. </exclusion>
  714. <exclusion>
  715. <groupId>org.rxtx</groupId>
  716. <artifactId>rxtx</artifactId>
  717. </exclusion>
  718. </exclusions>
  719. <optional>false</optional>
  720. </dependency>
  721. <dependency>
  722. <groupId>io.netty</groupId>
  723. <artifactId>netty-transport-sctp</artifactId>
  724. <version>4.1.101.Final</version>
  725. <scope>compile</scope>
  726. <exclusions>
  727. <exclusion>
  728. <groupId>io.netty</groupId>
  729. <artifactId>netty-common</artifactId>
  730. </exclusion>
  731. <exclusion>
  732. <groupId>io.netty</groupId>
  733. <artifactId>netty-buffer</artifactId>
  734. </exclusion>
  735. <exclusion>
  736. <groupId>io.netty</groupId>
  737. <artifactId>netty-codec</artifactId>
  738. </exclusion>
  739. <exclusion>
  740. <groupId>io.netty</groupId>
  741. <artifactId>netty-transport</artifactId>
  742. </exclusion>
  743. </exclusions>
  744. <optional>false</optional>
  745. </dependency>
  746. <dependency>
  747. <groupId>io.netty</groupId>
  748. <artifactId>netty-transport-udt</artifactId>
  749. <version>4.1.101.Final</version>
  750. <scope>compile</scope>
  751. <exclusions>
  752. <exclusion>
  753. <groupId>io.netty</groupId>
  754. <artifactId>netty-common</artifactId>
  755. </exclusion>
  756. <exclusion>
  757. <groupId>io.netty</groupId>
  758. <artifactId>netty-buffer</artifactId>
  759. </exclusion>
  760. <exclusion>
  761. <groupId>io.netty</groupId>
  762. <artifactId>netty-transport</artifactId>
  763. </exclusion>
  764. <exclusion>
  765. <groupId>com.barchart.udt</groupId>
  766. <artifactId>barchart-udt-bundle</artifactId>
  767. </exclusion>
  768. </exclusions>
  769. <optional>false</optional>
  770. </dependency>
  771. <dependency>
  772. <groupId>io.netty</groupId>
  773. <artifactId>netty-transport-classes-epoll</artifactId>
  774. <version>4.1.101.Final</version>
  775. <scope>compile</scope>
  776. <exclusions>
  777. <exclusion>
  778. <groupId>io.netty</groupId>
  779. <artifactId>netty-common</artifactId>
  780. </exclusion>
  781. <exclusion>
  782. <groupId>io.netty</groupId>
  783. <artifactId>netty-buffer</artifactId>
  784. </exclusion>
  785. <exclusion>
  786. <groupId>io.netty</groupId>
  787. <artifactId>netty-transport</artifactId>
  788. </exclusion>
  789. <exclusion>
  790. <groupId>io.netty</groupId>
  791. <artifactId>netty-transport-native-unix-common</artifactId>
  792. </exclusion>
  793. </exclusions>
  794. <optional>false</optional>
  795. </dependency>
  796. <dependency>
  797. <groupId>io.netty</groupId>
  798. <artifactId>netty-transport-classes-kqueue</artifactId>
  799. <version>4.1.101.Final</version>
  800. <scope>compile</scope>
  801. <exclusions>
  802. <exclusion>
  803. <groupId>io.netty</groupId>
  804. <artifactId>netty-common</artifactId>
  805. </exclusion>
  806. <exclusion>
  807. <groupId>io.netty</groupId>
  808. <artifactId>netty-buffer</artifactId>
  809. </exclusion>
  810. <exclusion>
  811. <groupId>io.netty</groupId>
  812. <artifactId>netty-transport</artifactId>
  813. </exclusion>
  814. <exclusion>
  815. <groupId>io.netty</groupId>
  816. <artifactId>netty-transport-native-unix-common</artifactId>
  817. </exclusion>
  818. </exclusions>
  819. <optional>false</optional>
  820. </dependency>
  821. <dependency>
  822. <groupId>io.netty</groupId>
  823. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  824. <version>4.1.101.Final</version>
  825. <scope>compile</scope>
  826. <exclusions>
  827. <exclusion>
  828. <groupId>io.netty</groupId>
  829. <artifactId>netty-common</artifactId>
  830. </exclusion>
  831. <exclusion>
  832. <groupId>io.netty</groupId>
  833. <artifactId>netty-resolver-dns</artifactId>
  834. </exclusion>
  835. <exclusion>
  836. <groupId>io.netty</groupId>
  837. <artifactId>netty-transport-native-unix-common</artifactId>
  838. </exclusion>
  839. </exclusions>
  840. <optional>false</optional>
  841. </dependency>
  842. <dependency>
  843. <groupId>io.netty</groupId>
  844. <artifactId>netty-transport-native-epoll</artifactId>
  845. <version>4.1.101.Final</version>
  846. <classifier>linux-x86_64</classifier>
  847. <scope>runtime</scope>
  848. <exclusions>
  849. <exclusion>
  850. <groupId>io.netty</groupId>
  851. <artifactId>netty-common</artifactId>
  852. </exclusion>
  853. <exclusion>
  854. <groupId>io.netty</groupId>
  855. <artifactId>netty-buffer</artifactId>
  856. </exclusion>
  857. <exclusion>
  858. <groupId>io.netty</groupId>
  859. <artifactId>netty-transport</artifactId>
  860. </exclusion>
  861. <exclusion>
  862. <groupId>io.netty</groupId>
  863. <artifactId>netty-transport-native-unix-common</artifactId>
  864. </exclusion>
  865. <exclusion>
  866. <groupId>io.netty</groupId>
  867. <artifactId>netty-transport-classes-epoll</artifactId>
  868. </exclusion>
  869. <exclusion>
  870. <groupId>org.bouncycastle</groupId>
  871. <artifactId>bcpkix-jdk15on</artifactId>
  872. </exclusion>
  873. </exclusions>
  874. <optional>false</optional>
  875. </dependency>
  876. <dependency>
  877. <groupId>io.netty</groupId>
  878. <artifactId>netty-transport-native-epoll</artifactId>
  879. <version>4.1.101.Final</version>
  880. <classifier>linux-aarch_64</classifier>
  881. <scope>runtime</scope>
  882. <exclusions>
  883. <exclusion>
  884. <groupId>io.netty</groupId>
  885. <artifactId>netty-common</artifactId>
  886. </exclusion>
  887. <exclusion>
  888. <groupId>io.netty</groupId>
  889. <artifactId>netty-buffer</artifactId>
  890. </exclusion>
  891. <exclusion>
  892. <groupId>io.netty</groupId>
  893. <artifactId>netty-transport</artifactId>
  894. </exclusion>
  895. <exclusion>
  896. <groupId>io.netty</groupId>
  897. <artifactId>netty-transport-native-unix-common</artifactId>
  898. </exclusion>
  899. <exclusion>
  900. <groupId>io.netty</groupId>
  901. <artifactId>netty-transport-classes-epoll</artifactId>
  902. </exclusion>
  903. <exclusion>
  904. <groupId>org.bouncycastle</groupId>
  905. <artifactId>bcpkix-jdk15on</artifactId>
  906. </exclusion>
  907. </exclusions>
  908. <optional>false</optional>
  909. </dependency>
  910. <dependency>
  911. <groupId>io.netty</groupId>
  912. <artifactId>netty-transport-native-kqueue</artifactId>
  913. <version>4.1.101.Final</version>
  914. <classifier>osx-x86_64</classifier>
  915. <scope>runtime</scope>
  916. <exclusions>
  917. <exclusion>
  918. <groupId>io.netty</groupId>
  919. <artifactId>netty-common</artifactId>
  920. </exclusion>
  921. <exclusion>
  922. <groupId>io.netty</groupId>
  923. <artifactId>netty-buffer</artifactId>
  924. </exclusion>
  925. <exclusion>
  926. <groupId>io.netty</groupId>
  927. <artifactId>netty-transport</artifactId>
  928. </exclusion>
  929. <exclusion>
  930. <groupId>io.netty</groupId>
  931. <artifactId>netty-transport-native-unix-common</artifactId>
  932. </exclusion>
  933. <exclusion>
  934. <groupId>io.netty</groupId>
  935. <artifactId>netty-transport-classes-kqueue</artifactId>
  936. </exclusion>
  937. <exclusion>
  938. <groupId>org.bouncycastle</groupId>
  939. <artifactId>bcpkix-jdk15on</artifactId>
  940. </exclusion>
  941. <exclusion>
  942. <groupId>io.netty</groupId>
  943. <artifactId>netty-transport-native-unix-common</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.101.Final</version>
  952. <classifier>osx-aarch_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-resolver-dns-native-macos</artifactId>
  989. <version>4.1.101.Final</version>
  990. <classifier>osx-x86_64</classifier>
  991. <scope>runtime</scope>
  992. <exclusions>
  993. <exclusion>
  994. <groupId>io.netty</groupId>
  995. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  996. </exclusion>
  997. <exclusion>
  998. <groupId>io.netty</groupId>
  999. <artifactId>netty-transport-native-unix-common</artifactId>
  1000. </exclusion>
  1001. </exclusions>
  1002. <optional>false</optional>
  1003. </dependency>
  1004. <dependency>
  1005. <groupId>io.netty</groupId>
  1006. <artifactId>netty-resolver-dns-native-macos</artifactId>
  1007. <version>4.1.101.Final</version>
  1008. <classifier>osx-aarch_64</classifier>
  1009. <scope>runtime</scope>
  1010. <exclusions>
  1011. <exclusion>
  1012. <groupId>io.netty</groupId>
  1013. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  1014. </exclusion>
  1015. <exclusion>
  1016. <groupId>io.netty</groupId>
  1017. <artifactId>netty-transport-native-unix-common</artifactId>
  1018. </exclusion>
  1019. </exclusions>
  1020. <optional>false</optional>
  1021. </dependency>
  1022. <dependency>
  1023. <groupId>io.netty</groupId>
  1024. <artifactId>netty-transport-native-epoll</artifactId>
  1025. <version>4.1.101.Final</version>
  1026. <classifier>linux-x86_64</classifier>
  1027. <scope>runtime</scope>
  1028. </dependency>
  1029. <dependency>
  1030. <groupId>io.netty</groupId>
  1031. <artifactId>netty-transport-native-epoll</artifactId>
  1032. <version>4.1.101.Final</version>
  1033. <classifier>linux-aarch_64</classifier>
  1034. <scope>runtime</scope>
  1035. </dependency>
  1036. <dependency>
  1037. <groupId>io.netty</groupId>
  1038. <artifactId>netty-transport-native-kqueue</artifactId>
  1039. <version>4.1.101.Final</version>
  1040. <classifier>osx-x86_64</classifier>
  1041. <scope>runtime</scope>
  1042. </dependency>
  1043. <dependency>
  1044. <groupId>io.netty</groupId>
  1045. <artifactId>netty-transport-native-kqueue</artifactId>
  1046. <version>4.1.101.Final</version>
  1047. <classifier>osx-aarch_64</classifier>
  1048. <scope>runtime</scope>
  1049. </dependency>
  1050. <dependency>
  1051. <groupId>io.netty</groupId>
  1052. <artifactId>netty-resolver-dns-native-macos</artifactId>
  1053. <version>4.1.101.Final</version>
  1054. <classifier>osx-x86_64</classifier>
  1055. <scope>runtime</scope>
  1056. </dependency>
  1057. <dependency>
  1058. <groupId>io.netty</groupId>
  1059. <artifactId>netty-resolver-dns-native-macos</artifactId>
  1060. <version>4.1.101.Final</version>
  1061. <classifier>osx-aarch_64</classifier>
  1062. <scope>runtime</scope>
  1063. </dependency>
  1064. </dependencies>
  1065. <repositories>
  1066. <repository>
  1067. <releases>
  1068. <enabled>false</enabled>
  1069. </releases>
  1070. <snapshots>
  1071. <enabled>true</enabled>
  1072. </snapshots>
  1073. <id>sonatype-nexus-snapshots</id>
  1074. <name>Sonatype Nexus Snapshots</name>
  1075. <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  1076. </repository>
  1077. </repositories>
  1078. </project>