2017-02-19 11:41:55 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
~ Copyright 2017 The Netty Project
|
|
|
|
~
|
|
|
|
~ The Netty Project licenses this file to you under the Apache License,
|
|
|
|
~ version 2.0 (the "License"); you may not use this file except in compliance
|
|
|
|
~ with the License. You may obtain a copy of the License at:
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
~ License for the specific language governing permissions and limitations
|
|
|
|
~ under the License.
|
|
|
|
-->
|
2017-03-10 07:45:28 +01:00
|
|
|
<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">
|
2017-02-19 11:41:55 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>org.sonatype.oss</groupId>
|
|
|
|
<artifactId>oss-parent</artifactId>
|
|
|
|
<version>7</version>
|
|
|
|
<relativePath />
|
2017-02-19 11:41:55 +01:00
|
|
|
</parent>
|
|
|
|
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-bom</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>Netty/BOM</name>
|
2017-04-27 12:03:08 +02:00
|
|
|
<description>Netty (Bill of Materials)</description>
|
2019-07-09 21:09:42 +02:00
|
|
|
<url>https://netty.io/</url>
|
2017-04-27 12:03:08 +02:00
|
|
|
|
|
|
|
<organization>
|
|
|
|
<name>The Netty Project</name>
|
2019-07-09 21:09:42 +02:00
|
|
|
<url>https://netty.io/</url>
|
2017-04-27 12:03:08 +02:00
|
|
|
</organization>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
<inceptionYear>2008</inceptionYear>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<url>https://github.com/netty/netty</url>
|
|
|
|
<connection>scm:git:git://github.com/netty/netty.git</connection>
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
|
2018-10-29 16:38:51 +01:00
|
|
|
<tag>HEAD</tag>
|
2017-04-27 12:03:08 +02:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>netty.io</id>
|
|
|
|
<name>The Netty Project Contributors</name>
|
|
|
|
<email>netty@googlegroups.com</email>
|
2019-07-09 21:09:42 +02:00
|
|
|
<url>https://netty.io/</url>
|
2017-04-27 12:03:08 +02:00
|
|
|
<organization>The Netty Project</organization>
|
2019-07-09 21:09:42 +02:00
|
|
|
<organizationUrl>https://netty.io/</organizationUrl>
|
2017-04-27 12:03:08 +02:00
|
|
|
</developer>
|
|
|
|
</developers>
|
2017-02-19 11:41:55 +01:00
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<!-- All release modules -->
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-buffer</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-dns</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-haproxy</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-http</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-http2</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-memcache</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-mqtt</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-redis</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-smtp</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-socks</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-stomp</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-codec-xml</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-common</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
2017-06-13 13:50:32 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-dev-tools</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-06-13 13:50:32 +02:00
|
|
|
</dependency>
|
2017-02-19 11:41:55 +01:00
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-handler</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-handler-proxy</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-resolver</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-resolver-dns</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-transport</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-transport-sctp</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-27 12:03:08 +02:00
|
|
|
<groupId>io.netty</groupId>
|
2017-02-19 11:41:55 +01:00
|
|
|
<artifactId>netty-example</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-04-27 12:03:08 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-all</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependency>
|
2017-05-13 00:01:01 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
2017-06-13 10:53:29 +02:00
|
|
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-05-13 00:01:01 +02:00
|
|
|
</dependency>
|
2017-06-13 13:50:32 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
2017-07-19 10:32:32 +02:00
|
|
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-06-13 13:50:32 +02:00
|
|
|
<classifier>linux-x86_64</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
2017-07-19 10:32:32 +02:00
|
|
|
<artifactId>netty-transport-native-unix-common</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-06-13 13:50:32 +02:00
|
|
|
<classifier>osx-x86_64</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-06-13 13:50:32 +02:00
|
|
|
</dependency>
|
2017-05-13 00:01:01 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-05-13 00:01:01 +02:00
|
|
|
<classifier>linux-x86_64</classifier>
|
|
|
|
</dependency>
|
2017-06-13 13:50:32 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-transport-native-kqueue</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-06-13 13:50:32 +02:00
|
|
|
</dependency>
|
2017-05-13 00:01:01 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-transport-native-kqueue</artifactId>
|
2018-11-20 15:49:57 +01:00
|
|
|
<version>5.0.0.Final-SNAPSHOT</version>
|
2017-05-13 00:01:01 +02:00
|
|
|
<classifier>osx-x86_64</classifier>
|
|
|
|
</dependency>
|
2017-02-19 11:41:55 +01:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2017-05-13 00:01:01 +02:00
|
|
|
</project>
|