Skip to content

Commit 1e0b108

Browse files
authored
Merge pull request #3 from bbc/reduce-netty-dependencies
Reduced netty usage to the required artifact.
2 parents a126c17 + d3f1c48 commit 1e0b108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<dependencies>
2828
<dependency>
2929
<groupId>io.netty</groupId>
30-
<artifactId>netty-all</artifactId>
31-
<version>4.1.42.Final</version>
30+
<artifactId>netty-codec-http</artifactId>
31+
<version>4.1.47.Final</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
<dependency>

0 commit comments

Comments
 (0)