mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Fix native BSD transport dependency
Signed-off-by: Frank Rosner <frank@fam-rosner.de>
This commit is contained in:
committed by
Julien Viet
parent
5caeb8ae5f
commit
0224450bbb
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user