netty-all-4.1.76.Final.pom 32 KB

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