Add dependency management for missing Netty module

Commit 7d70b1b removed dependency management for native-epoll. The
netty bom only provides dependency management for the classified
module.

This commit reintroduces dependency management for it until Netty
properly provides dependency management for it [1]

[1] https://github.com/netty/netty/issues/6852

Closes gh-9501
This commit is contained in:
Stephane Nicoll 2017-06-13 14:04:39 +02:00
parent be00dfafde
commit 08aa91f8df
1 changed files with 5 additions and 0 deletions

View File

@ -836,6 +836,11 @@
<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> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId> <artifactId>netty-transport-native-unix-common</artifactId>