We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044da3b commit e5fda2eCopy full SHA for e5fda2e
pom.xml
@@ -53,6 +53,7 @@
53
<okhttp.version>4.12.0</okhttp.version>
54
<vertx.version>4.5.10</vertx.version>
55
<vertx-http-server.version>4.17.1</vertx-http-server.version>
56
+ <netty.version>4.1.112.Final</netty.version>
57
</properties>
58
59
<dependencyManagement>
@@ -82,6 +83,12 @@
82
83
<version>${vertx-http-server.version}</version>
84
<scope>test</scope>
85
</dependency>
86
+ <dependency>
87
+ <groupId>io.netty</groupId>
88
+ <artifactId>netty-transport-native-epoll</artifactId>
89
+ <classifier>linux-x86_64</classifier>
90
+ <version>${netty.version}</version>
91
+ </dependency>
92
</dependencies>
93
</dependencyManagement>
94
0 commit comments