Fix native BSD transport dependency

Signed-off-by: Frank Rosner <frank@fam-rosner.de>
This commit is contained in:
Frank Rosner
2019-03-01 13:44:21 +01:00
committed by Julien Viet
parent 5caeb8ae5f
commit 0224450bbb

View File

@@ -1431,7 +1431,7 @@ You need to add the following dependency in your classpath:
----
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>4.1.15.Final</version>
<classifier>osx-x86_64</classifier>
</dependency>