Add dependency management for Netty modules missing from its bom

Closes gh-9210
This commit is contained in:
Andy Wilkinson 2017-05-12 14:12:23 +01:00
parent 2331f60cb7
commit 97a3a94042
1 changed files with 15 additions and 0 deletions

View File

@ -837,6 +837,21 @@
<scope>import</scope>
<type>pom</type>
</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>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>