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 78a64f4 commit f274990Copy full SHA for f274990
client/pom.xml
@@ -34,6 +34,10 @@
34
<groupId>io.netty</groupId>
35
<artifactId>netty-codec-http</artifactId>
36
</dependency>
37
+ <dependency>
38
+ <groupId>io.netty</groupId>
39
+ <artifactId>netty-handler</artifactId>
40
+ </dependency>
41
<dependency>
42
43
<artifactId>netty-transport-native-epoll</artifactId>
0 commit comments