Skip to content

Commit e43c693

Browse files
committed
Remove unused netty-codec-http dependency
Since we replaced all Netty header constants with string literals, the explicit netty-codec-http dependency is no longer directly used. AsyncHttpClient brings in the required Netty dependencies transitively, and the Netty BOM in dependencyManagement ensures they're all at version 4.2.7.Final. This resolves the Maven dependency analyzer warning about unused declared dependencies.
1 parent 2663eb5 commit e43c693

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -860,11 +860,6 @@
860860
<artifactId>async-http-client</artifactId>
861861
<version>${asynchttpclient.version}</version>
862862
</dependency>
863-
<dependency>
864-
<groupId>io.netty</groupId>
865-
<artifactId>netty-codec-http</artifactId>
866-
<version>${netty.codec.http.version}</version>
867-
</dependency>
868863
<dependency>
869864
<groupId>org.playframework</groupId>
870865
<artifactId>play-ahc-ws-standalone_${scala.version}</artifactId>

0 commit comments

Comments
 (0)