Remove Netty dependency management that's now part of its bom

The native-epoll and native-kqueue modules are now managed by
Netty's bom. We need to retain the dependency management for
native-unix-common for the time being due to a bug [1] in Netty's
bom.

[1] netty/netty#6849

Closes gh-9471
This commit is contained in:
Andy Wilkinson 2017-06-13 10:00:37 +01:00
parent 5fda237301
commit 7d70b1b72a
1 changed files with 0 additions and 10 deletions

View File

@ -836,16 +836,6 @@
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId> <artifactId>netty-transport-native-unix-common</artifactId>