Skip to content

Commit 880a49b

Browse files
committed
Force netty-handler dependency so dependencyManagement propagates, close AsyncHttpClient#1409
1 parent 3734217 commit 880a49b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<groupId>io.netty</groupId>
3535
<artifactId>netty-codec-http</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>io.netty</groupId>
39+
<artifactId>netty-handler</artifactId>
40+
</dependency>
3741
<dependency>
3842
<groupId>io.netty</groupId>
3943
<artifactId>netty-transport-native-epoll</artifactId>

0 commit comments

Comments
 (0)