netty-bom-4.1.36.Final.pom 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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. ~ http://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 http://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.36.Final</version>
  28. <packaging>pom</packaging>
  29. <name>Netty/BOM</name>
  30. <description>Netty (Bill of Materials)</description>
  31. <url>http://netty.io/</url>
  32. <organization>
  33. <name>The Netty Project</name>
  34. <url>http://netty.io/</url>
  35. </organization>
  36. <licenses>
  37. <license>
  38. <name>Apache License, Version 2.0</name>
  39. <url>http://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.36.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>http://netty.io/</url>
  55. <organization>The Netty Project</organization>
  56. <organizationUrl>http://netty.io/</organizationUrl>
  57. </developer>
  58. </developers>
  59. <dependencyManagement>
  60. <dependencies>
  61. <!-- All release modules -->
  62. <dependency>
  63. <groupId>io.netty</groupId>
  64. <artifactId>netty-buffer</artifactId>
  65. <version>4.1.36.Final</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>io.netty</groupId>
  69. <artifactId>netty-codec</artifactId>
  70. <version>4.1.36.Final</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>io.netty</groupId>
  74. <artifactId>netty-codec-dns</artifactId>
  75. <version>4.1.36.Final</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>io.netty</groupId>
  79. <artifactId>netty-codec-haproxy</artifactId>
  80. <version>4.1.36.Final</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>io.netty</groupId>
  84. <artifactId>netty-codec-http</artifactId>
  85. <version>4.1.36.Final</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>io.netty</groupId>
  89. <artifactId>netty-codec-http2</artifactId>
  90. <version>4.1.36.Final</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>io.netty</groupId>
  94. <artifactId>netty-codec-memcache</artifactId>
  95. <version>4.1.36.Final</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>io.netty</groupId>
  99. <artifactId>netty-codec-mqtt</artifactId>
  100. <version>4.1.36.Final</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>io.netty</groupId>
  104. <artifactId>netty-codec-redis</artifactId>
  105. <version>4.1.36.Final</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>io.netty</groupId>
  109. <artifactId>netty-codec-smtp</artifactId>
  110. <version>4.1.36.Final</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>io.netty</groupId>
  114. <artifactId>netty-codec-socks</artifactId>
  115. <version>4.1.36.Final</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>io.netty</groupId>
  119. <artifactId>netty-codec-stomp</artifactId>
  120. <version>4.1.36.Final</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>io.netty</groupId>
  124. <artifactId>netty-codec-xml</artifactId>
  125. <version>4.1.36.Final</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>io.netty</groupId>
  129. <artifactId>netty-common</artifactId>
  130. <version>4.1.36.Final</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>io.netty</groupId>
  134. <artifactId>netty-dev-tools</artifactId>
  135. <version>4.1.36.Final</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>io.netty</groupId>
  139. <artifactId>netty-handler</artifactId>
  140. <version>4.1.36.Final</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>io.netty</groupId>
  144. <artifactId>netty-handler-proxy</artifactId>
  145. <version>4.1.36.Final</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>io.netty</groupId>
  149. <artifactId>netty-resolver</artifactId>
  150. <version>4.1.36.Final</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>io.netty</groupId>
  154. <artifactId>netty-resolver-dns</artifactId>
  155. <version>4.1.36.Final</version>
  156. </dependency>
  157. <dependency>
  158. <groupId>io.netty</groupId>
  159. <artifactId>netty-transport</artifactId>
  160. <version>4.1.36.Final</version>
  161. </dependency>
  162. <dependency>
  163. <groupId>io.netty</groupId>
  164. <artifactId>netty-transport-rxtx</artifactId>
  165. <version>4.1.36.Final</version>
  166. </dependency>
  167. <dependency>
  168. <groupId>io.netty</groupId>
  169. <artifactId>netty-transport-sctp</artifactId>
  170. <version>4.1.36.Final</version>
  171. </dependency>
  172. <dependency>
  173. <groupId>io.netty</groupId>
  174. <artifactId>netty-transport-udt</artifactId>
  175. <version>4.1.36.Final</version>
  176. </dependency>
  177. <dependency>
  178. <groupId>io.netty</groupId>
  179. <artifactId>netty-example</artifactId>
  180. <version>4.1.36.Final</version>
  181. </dependency>
  182. <dependency>
  183. <groupId>io.netty</groupId>
  184. <artifactId>netty-all</artifactId>
  185. <version>4.1.36.Final</version>
  186. </dependency>
  187. <dependency>
  188. <groupId>io.netty</groupId>
  189. <artifactId>netty-transport-native-unix-common</artifactId>
  190. <version>4.1.36.Final</version>
  191. </dependency>
  192. <dependency>
  193. <groupId>io.netty</groupId>
  194. <artifactId>netty-transport-native-unix-common</artifactId>
  195. <version>4.1.36.Final</version>
  196. <classifier>linux-x86_64</classifier>
  197. </dependency>
  198. <dependency>
  199. <groupId>io.netty</groupId>
  200. <artifactId>netty-transport-native-unix-common</artifactId>
  201. <version>4.1.36.Final</version>
  202. <classifier>osx-x86_64</classifier>
  203. </dependency>
  204. <dependency>
  205. <groupId>io.netty</groupId>
  206. <artifactId>netty-transport-native-epoll</artifactId>
  207. <version>4.1.36.Final</version>
  208. </dependency>
  209. <dependency>
  210. <groupId>io.netty</groupId>
  211. <artifactId>netty-transport-native-epoll</artifactId>
  212. <version>4.1.36.Final</version>
  213. <classifier>linux-x86_64</classifier>
  214. </dependency>
  215. <dependency>
  216. <groupId>io.netty</groupId>
  217. <artifactId>netty-transport-native-kqueue</artifactId>
  218. <version>4.1.36.Final</version>
  219. </dependency>
  220. <dependency>
  221. <groupId>io.netty</groupId>
  222. <artifactId>netty-transport-native-kqueue</artifactId>
  223. <version>4.1.36.Final</version>
  224. <classifier>osx-x86_64</classifier>
  225. </dependency>
  226. </dependencies>
  227. </dependencyManagement>
  228. </project>