netty-bom-4.1.70.Final.pom 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  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.70.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.70.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.44.Final</tcnative.version>
  62. </properties>
  63. <dependencyManagement>
  64. <dependencies>
  65. <!-- All release modules -->
  66. <dependency>
  67. <groupId>io.netty</groupId>
  68. <artifactId>netty-buffer</artifactId>
  69. <version>${project.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>io.netty</groupId>
  73. <artifactId>netty-codec</artifactId>
  74. <version>${project.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>io.netty</groupId>
  78. <artifactId>netty-codec-dns</artifactId>
  79. <version>${project.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>io.netty</groupId>
  83. <artifactId>netty-codec-haproxy</artifactId>
  84. <version>${project.version}</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>io.netty</groupId>
  88. <artifactId>netty-codec-http</artifactId>
  89. <version>${project.version}</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>io.netty</groupId>
  93. <artifactId>netty-codec-http2</artifactId>
  94. <version>${project.version}</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>io.netty</groupId>
  98. <artifactId>netty-codec-memcache</artifactId>
  99. <version>${project.version}</version>
  100. </dependency>
  101. <dependency>
  102. <groupId>io.netty</groupId>
  103. <artifactId>netty-codec-mqtt</artifactId>
  104. <version>${project.version}</version>
  105. </dependency>
  106. <dependency>
  107. <groupId>io.netty</groupId>
  108. <artifactId>netty-codec-redis</artifactId>
  109. <version>${project.version}</version>
  110. </dependency>
  111. <dependency>
  112. <groupId>io.netty</groupId>
  113. <artifactId>netty-codec-smtp</artifactId>
  114. <version>${project.version}</version>
  115. </dependency>
  116. <dependency>
  117. <groupId>io.netty</groupId>
  118. <artifactId>netty-codec-socks</artifactId>
  119. <version>${project.version}</version>
  120. </dependency>
  121. <dependency>
  122. <groupId>io.netty</groupId>
  123. <artifactId>netty-codec-stomp</artifactId>
  124. <version>${project.version}</version>
  125. </dependency>
  126. <dependency>
  127. <groupId>io.netty</groupId>
  128. <artifactId>netty-codec-xml</artifactId>
  129. <version>${project.version}</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>io.netty</groupId>
  133. <artifactId>netty-common</artifactId>
  134. <version>${project.version}</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>io.netty</groupId>
  138. <artifactId>netty-dev-tools</artifactId>
  139. <version>${project.version}</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>io.netty</groupId>
  143. <artifactId>netty-handler</artifactId>
  144. <version>${project.version}</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>io.netty</groupId>
  148. <artifactId>netty-handler-proxy</artifactId>
  149. <version>${project.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>io.netty</groupId>
  153. <artifactId>netty-resolver</artifactId>
  154. <version>${project.version}</version>
  155. </dependency>
  156. <dependency>
  157. <groupId>io.netty</groupId>
  158. <artifactId>netty-resolver-dns</artifactId>
  159. <version>${project.version}</version>
  160. </dependency>
  161. <dependency>
  162. <groupId>io.netty</groupId>
  163. <artifactId>netty-transport</artifactId>
  164. <version>${project.version}</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>io.netty</groupId>
  168. <artifactId>netty-transport-rxtx</artifactId>
  169. <version>${project.version}</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>io.netty</groupId>
  173. <artifactId>netty-transport-sctp</artifactId>
  174. <version>${project.version}</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>io.netty</groupId>
  178. <artifactId>netty-transport-udt</artifactId>
  179. <version>${project.version}</version>
  180. </dependency>
  181. <dependency>
  182. <groupId>io.netty</groupId>
  183. <artifactId>netty-example</artifactId>
  184. <version>${project.version}</version>
  185. </dependency>
  186. <dependency>
  187. <groupId>io.netty</groupId>
  188. <artifactId>netty-all</artifactId>
  189. <version>${project.version}</version>
  190. </dependency>
  191. <dependency>
  192. <groupId>io.netty</groupId>
  193. <artifactId>netty-resolver-dns-classes-macos</artifactId>
  194. <version>${project.version}</version>
  195. </dependency>
  196. <dependency>
  197. <groupId>io.netty</groupId>
  198. <artifactId>netty-resolver-dns-native-macos</artifactId>
  199. <version>${project.version}</version>
  200. </dependency>
  201. <dependency>
  202. <groupId>io.netty</groupId>
  203. <artifactId>netty-resolver-dns-native-macos</artifactId>
  204. <version>${project.version}</version>
  205. <classifier>osx-x86_64</classifier>
  206. </dependency>
  207. <dependency>
  208. <groupId>io.netty</groupId>
  209. <artifactId>netty-resolver-dns-native-macos</artifactId>
  210. <version>${project.version}</version>
  211. <classifier>osx-aarch_64</classifier>
  212. </dependency>
  213. <dependency>
  214. <groupId>io.netty</groupId>
  215. <artifactId>netty-transport-native-unix-common</artifactId>
  216. <version>${project.version}</version>
  217. </dependency>
  218. <dependency>
  219. <groupId>io.netty</groupId>
  220. <artifactId>netty-transport-native-unix-common</artifactId>
  221. <version>${project.version}</version>
  222. <classifier>linux-aarch_64</classifier>
  223. </dependency>
  224. <dependency>
  225. <groupId>io.netty</groupId>
  226. <artifactId>netty-transport-native-unix-common</artifactId>
  227. <version>${project.version}</version>
  228. <classifier>linux-x86_64</classifier>
  229. </dependency>
  230. <dependency>
  231. <groupId>io.netty</groupId>
  232. <artifactId>netty-transport-native-unix-common</artifactId>
  233. <version>${project.version}</version>
  234. <classifier>osx-x86_64</classifier>
  235. </dependency>
  236. <dependency>
  237. <groupId>io.netty</groupId>
  238. <artifactId>netty-transport-native-unix-common</artifactId>
  239. <version>${project.version}</version>
  240. <classifier>osx-aarch_64</classifier>
  241. </dependency>
  242. <dependency>
  243. <groupId>io.netty</groupId>
  244. <artifactId>netty-transport-classes-epoll</artifactId>
  245. <version>${project.version}</version>
  246. </dependency>
  247. <dependency>
  248. <groupId>io.netty</groupId>
  249. <artifactId>netty-transport-native-epoll</artifactId>
  250. <version>${project.version}</version>
  251. </dependency>
  252. <dependency>
  253. <groupId>io.netty</groupId>
  254. <artifactId>netty-transport-native-epoll</artifactId>
  255. <version>${project.version}</version>
  256. <classifier>linux-aarch_64</classifier>
  257. </dependency>
  258. <dependency>
  259. <groupId>io.netty</groupId>
  260. <artifactId>netty-transport-native-epoll</artifactId>
  261. <version>${project.version}</version>
  262. <classifier>linux-x86_64</classifier>
  263. </dependency>
  264. <dependency>
  265. <groupId>io.netty</groupId>
  266. <artifactId>netty-transport-classes-kqueue</artifactId>
  267. <version>${project.version}</version>
  268. </dependency>
  269. <dependency>
  270. <groupId>io.netty</groupId>
  271. <artifactId>netty-transport-native-kqueue</artifactId>
  272. <version>${project.version}</version>
  273. </dependency>
  274. <dependency>
  275. <groupId>io.netty</groupId>
  276. <artifactId>netty-transport-native-kqueue</artifactId>
  277. <version>${project.version}</version>
  278. <classifier>osx-x86_64</classifier>
  279. </dependency>
  280. <dependency>
  281. <groupId>io.netty</groupId>
  282. <artifactId>netty-transport-native-kqueue</artifactId>
  283. <version>${project.version}</version>
  284. <classifier>osx-aarch_64</classifier>
  285. </dependency>
  286. <!-- Add netty-tcnative* as well as users need to ensure they use the correct version -->
  287. <dependency>
  288. <groupId>io.netty</groupId>
  289. <artifactId>netty-tcnative</artifactId>
  290. <version>${tcnative.version}</version>
  291. </dependency>
  292. <dependency>
  293. <groupId>io.netty</groupId>
  294. <artifactId>netty-tcnative</artifactId>
  295. <version>${tcnative.version}</version>
  296. <classifier>linux-x86_64</classifier>
  297. </dependency>
  298. <dependency>
  299. <groupId>io.netty</groupId>
  300. <artifactId>netty-tcnative</artifactId>
  301. <version>${tcnative.version}</version>
  302. <classifier>linux-aarch_64</classifier>
  303. </dependency>
  304. <dependency>
  305. <groupId>io.netty</groupId>
  306. <artifactId>netty-tcnative</artifactId>
  307. <version>${tcnative.version}</version>
  308. <classifier>osx-x86_64</classifier>
  309. </dependency>
  310. <dependency>
  311. <groupId>io.netty</groupId>
  312. <artifactId>netty-tcnative-boringssl-static</artifactId>
  313. <version>${tcnative.version}</version>
  314. </dependency>
  315. <dependency>
  316. <groupId>io.netty</groupId>
  317. <artifactId>netty-tcnative-boringssl-static</artifactId>
  318. <version>${tcnative.version}</version>
  319. <classifier>linux-x86_64</classifier>
  320. </dependency>
  321. <dependency>
  322. <groupId>io.netty</groupId>
  323. <artifactId>netty-tcnative-boringssl-static</artifactId>
  324. <version>${tcnative.version}</version>
  325. <classifier>linux-aarch_64</classifier>
  326. </dependency>
  327. <dependency>
  328. <groupId>io.netty</groupId>
  329. <artifactId>netty-tcnative-boringssl-static</artifactId>
  330. <version>${tcnative.version}</version>
  331. <classifier>osx-x86_64</classifier>
  332. </dependency>
  333. <dependency>
  334. <groupId>io.netty</groupId>
  335. <artifactId>netty-tcnative-boringssl-static</artifactId>
  336. <version>${tcnative.version}</version>
  337. <classifier>osx-aarch_64</classifier>
  338. </dependency>
  339. <dependency>
  340. <groupId>io.netty</groupId>
  341. <artifactId>netty-tcnative-boringssl-static</artifactId>
  342. <version>${tcnative.version}</version>
  343. <classifier>windows-x86_64</classifier>
  344. </dependency>
  345. </dependencies>
  346. </dependencyManagement>
  347. </project>