netty-bom-4.1.85.Final.pom 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2017 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
  18. <modelVersion>4.0.0</modelVersion>
  19. <parent>
  20. <groupId>org.sonatype.oss</groupId>
  21. <artifactId>oss-parent</artifactId>
  22. <version>7</version>
  23. <relativePath />
  24. </parent>
  25. <groupId>io.netty</groupId>
  26. <artifactId>netty-bom</artifactId>
  27. <version>4.1.85.Final</version>
  28. <packaging>pom</packaging>
  29. <name>Netty/BOM</name>
  30. <description>Netty (Bill of Materials)</description>
  31. <url>https://netty.io/</url>
  32. <organization>
  33. <name>The Netty Project</name>
  34. <url>https://netty.io/</url>
  35. </organization>
  36. <licenses>
  37. <license>
  38. <name>Apache License, Version 2.0</name>
  39. <url>https://www.apache.org/licenses/LICENSE-2.0</url>
  40. </license>
  41. </licenses>
  42. <inceptionYear>2008</inceptionYear>
  43. <scm>
  44. <url>https://github.com/netty/netty</url>
  45. <connection>scm:git:git://github.com/netty/netty.git</connection>
  46. <developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
  47. <tag>netty-4.1.85.Final</tag>
  48. </scm>
  49. <developers>
  50. <developer>
  51. <id>netty.io</id>
  52. <name>The Netty Project Contributors</name>
  53. <email>netty@googlegroups.com</email>
  54. <url>https://netty.io/</url>
  55. <organization>The Netty Project</organization>
  56. <organizationUrl>https://netty.io/</organizationUrl>
  57. </developer>
  58. </developers>
  59. <properties>
  60. <!-- Keep in sync with ../pom.xml -->
  61. <tcnative.version>2.0.54.Final</tcnative.version>
  62. </properties>
  63. <build>
  64. <plugins>
  65. <plugin>
  66. <groupId>com.commsen.maven</groupId>
  67. <artifactId>bom-helper-maven-plugin</artifactId>
  68. <version>0.4.0</version>
  69. </plugin>
  70. </plugins>
  71. </build>
  72. <dependencyManagement>
  73. <dependencies>
  74. <!-- All release modules -->
  75. <dependency>
  76. <groupId>io.netty</groupId>
  77. <artifactId>netty-buffer</artifactId>
  78. <version>${project.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>io.netty</groupId>
  82. <artifactId>netty-codec</artifactId>
  83. <version>${project.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>io.netty</groupId>
  87. <artifactId>netty-codec-dns</artifactId>
  88. <version>${project.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>io.netty</groupId>
  92. <artifactId>netty-codec-haproxy</artifactId>
  93. <version>${project.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>io.netty</groupId>
  97. <artifactId>netty-codec-http</artifactId>
  98. <version>${project.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>io.netty</groupId>
  102. <artifactId>netty-codec-http2</artifactId>
  103. <version>${project.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>io.netty</groupId>
  107. <artifactId>netty-codec-memcache</artifactId>
  108. <version>${project.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>io.netty</groupId>
  112. <artifactId>netty-codec-mqtt</artifactId>
  113. <version>${project.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>io.netty</groupId>
  117. <artifactId>netty-codec-redis</artifactId>
  118. <version>${project.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>io.netty</groupId>
  122. <artifactId>netty-codec-smtp</artifactId>
  123. <version>${project.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>io.netty</groupId>
  127. <artifactId>netty-codec-socks</artifactId>
  128. <version>${project.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>io.netty</groupId>
  132. <artifactId>netty-codec-stomp</artifactId>
  133. <version>${project.version}</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>io.netty</groupId>
  137. <artifactId>netty-codec-xml</artifactId>
  138. <version>${project.version}</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>io.netty</groupId>
  142. <artifactId>netty-common</artifactId>
  143. <version>${project.version}</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>io.netty</groupId>
  147. <artifactId>netty-dev-tools</artifactId>
  148. <version>${project.version}</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>io.netty</groupId>
  152. <artifactId>netty-handler</artifactId>
  153. <version>${project.version}</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>io.netty</groupId>
  157. <artifactId>netty-handler-proxy</artifactId>
  158. <version>${project.version}</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>io.netty</groupId>
  162. <artifactId>netty-resolver</artifactId>
  163. <version>${project.version}</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>io.netty</groupId>
  167. <artifactId>netty-resolver-dns</artifactId>
  168. <version>${project.version}</version>
  169. </dependency>
  170. <dependency>
  171. <groupId>io.netty</groupId>
  172. <artifactId>netty-transport</artifactId>
  173. <version>${project.version}</version>
  174. </dependency>
  175. <dependency>
  176. <groupId>io.netty</groupId>
  177. <artifactId>netty-transport-rxtx</artifactId>
  178. <version>${project.version}</version>
  179. </dependency>
  180. <dependency>
  181. <groupId>io.netty</groupId>
  182. <artifactId>netty-transport-sctp</artifactId>
  183. <version>${project.version}</version>
  184. </dependency>
  185. <dependency>
  186. <groupId>io.netty</groupId>
  187. <artifactId>netty-transport-udt</artifactId>
  188. <version>${project.version}</version>
  189. </dependency>
  190. <dependency>
  191. <groupId>io.netty</groupId>
  192. <artifactId>netty-example</artifactId>
  193. <version>${project.version}</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>io.netty</groupId>
  197. <artifactId>netty-all</artifactId>
  198. <version>${project.version}</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>io.netty</groupId>
  202. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  203. <version>${project.version}</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>io.netty</groupId>
  207. <artifactId>netty-resolver-dns-native-macos</artifactId>
  208. <version>${project.version}</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>io.netty</groupId>
  212. <artifactId>netty-resolver-dns-native-macos</artifactId>
  213. <version>${project.version}</version>
  214. <classifier>osx-x86_64</classifier>
  215. </dependency>
  216. <dependency>
  217. <groupId>io.netty</groupId>
  218. <artifactId>netty-resolver-dns-native-macos</artifactId>
  219. <version>${project.version}</version>
  220. <classifier>osx-aarch_64</classifier>
  221. </dependency>
  222. <dependency>
  223. <groupId>io.netty</groupId>
  224. <artifactId>netty-transport-native-unix-common</artifactId>
  225. <version>${project.version}</version>
  226. </dependency>
  227. <dependency>
  228. <groupId>io.netty</groupId>
  229. <artifactId>netty-transport-native-unix-common</artifactId>
  230. <version>${project.version}</version>
  231. <classifier>linux-aarch_64</classifier>
  232. </dependency>
  233. <dependency>
  234. <groupId>io.netty</groupId>
  235. <artifactId>netty-transport-native-unix-common</artifactId>
  236. <version>${project.version}</version>
  237. <classifier>linux-x86_64</classifier>
  238. </dependency>
  239. <dependency>
  240. <groupId>io.netty</groupId>
  241. <artifactId>netty-transport-native-unix-common</artifactId>
  242. <version>${project.version}</version>
  243. <classifier>osx-x86_64</classifier>
  244. </dependency>
  245. <dependency>
  246. <groupId>io.netty</groupId>
  247. <artifactId>netty-transport-native-unix-common</artifactId>
  248. <version>${project.version}</version>
  249. <classifier>osx-aarch_64</classifier>
  250. </dependency>
  251. <dependency>
  252. <groupId>io.netty</groupId>
  253. <artifactId>netty-transport-classes-epoll</artifactId>
  254. <version>${project.version}</version>
  255. </dependency>
  256. <dependency>
  257. <groupId>io.netty</groupId>
  258. <artifactId>netty-transport-native-epoll</artifactId>
  259. <version>${project.version}</version>
  260. </dependency>
  261. <dependency>
  262. <groupId>io.netty</groupId>
  263. <artifactId>netty-transport-native-epoll</artifactId>
  264. <version>${project.version}</version>
  265. <classifier>linux-aarch_64</classifier>
  266. </dependency>
  267. <dependency>
  268. <groupId>io.netty</groupId>
  269. <artifactId>netty-transport-native-epoll</artifactId>
  270. <version>${project.version}</version>
  271. <classifier>linux-x86_64</classifier>
  272. </dependency>
  273. <dependency>
  274. <groupId>io.netty</groupId>
  275. <artifactId>netty-transport-classes-kqueue</artifactId>
  276. <version>${project.version}</version>
  277. </dependency>
  278. <dependency>
  279. <groupId>io.netty</groupId>
  280. <artifactId>netty-transport-native-kqueue</artifactId>
  281. <version>${project.version}</version>
  282. </dependency>
  283. <dependency>
  284. <groupId>io.netty</groupId>
  285. <artifactId>netty-transport-native-kqueue</artifactId>
  286. <version>${project.version}</version>
  287. <classifier>osx-x86_64</classifier>
  288. </dependency>
  289. <dependency>
  290. <groupId>io.netty</groupId>
  291. <artifactId>netty-transport-native-kqueue</artifactId>
  292. <version>${project.version}</version>
  293. <classifier>osx-aarch_64</classifier>
  294. </dependency>
  295. <!-- Add netty-tcnative* as well as users need to ensure they use the correct version -->
  296. <dependency>
  297. <groupId>io.netty</groupId>
  298. <artifactId>netty-tcnative-classes</artifactId>
  299. <version>${tcnative.version}</version>
  300. </dependency>
  301. <dependency>
  302. <groupId>io.netty</groupId>
  303. <artifactId>netty-tcnative</artifactId>
  304. <version>${tcnative.version}</version>
  305. <classifier>linux-x86_64</classifier>
  306. </dependency>
  307. <dependency>
  308. <groupId>io.netty</groupId>
  309. <artifactId>netty-tcnative</artifactId>
  310. <version>${tcnative.version}</version>
  311. <classifier>linux-x86_64-fedora</classifier>
  312. </dependency>
  313. <dependency>
  314. <groupId>io.netty</groupId>
  315. <artifactId>netty-tcnative</artifactId>
  316. <version>${tcnative.version}</version>
  317. <classifier>linux-aarch_64-fedora</classifier>
  318. </dependency>
  319. <dependency>
  320. <groupId>io.netty</groupId>
  321. <artifactId>netty-tcnative</artifactId>
  322. <version>${tcnative.version}</version>
  323. <classifier>osx-x86_64</classifier>
  324. </dependency>
  325. <dependency>
  326. <groupId>io.netty</groupId>
  327. <artifactId>netty-tcnative-boringssl-static</artifactId>
  328. <version>${tcnative.version}</version>
  329. </dependency>
  330. <dependency>
  331. <groupId>io.netty</groupId>
  332. <artifactId>netty-tcnative-boringssl-static</artifactId>
  333. <version>${tcnative.version}</version>
  334. <classifier>linux-x86_64</classifier>
  335. </dependency>
  336. <dependency>
  337. <groupId>io.netty</groupId>
  338. <artifactId>netty-tcnative-boringssl-static</artifactId>
  339. <version>${tcnative.version}</version>
  340. <classifier>linux-aarch_64</classifier>
  341. </dependency>
  342. <dependency>
  343. <groupId>io.netty</groupId>
  344. <artifactId>netty-tcnative-boringssl-static</artifactId>
  345. <version>${tcnative.version}</version>
  346. <classifier>osx-x86_64</classifier>
  347. </dependency>
  348. <dependency>
  349. <groupId>io.netty</groupId>
  350. <artifactId>netty-tcnative-boringssl-static</artifactId>
  351. <version>${tcnative.version}</version>
  352. <classifier>osx-aarch_64</classifier>
  353. </dependency>
  354. <dependency>
  355. <groupId>io.netty</groupId>
  356. <artifactId>netty-tcnative-boringssl-static</artifactId>
  357. <version>${tcnative.version}</version>
  358. <classifier>windows-x86_64</classifier>
  359. </dependency>
  360. </dependencies>
  361. </dependencyManagement>
  362. </project>