Commit 08aa91f8 authored by Stephane Nicoll's avatar Stephane Nicoll

Add dependency management for missing Netty module

Commit 7d70b1b7 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
parent be00dfaf
...@@ -836,6 +836,11 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment