Skip to content

Commit 085a008

Browse files
committed
Replace umbrella netty-codec with netty-codec-base and netty-codec-compression
1 parent d54911f commit 085a008

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,13 @@
139139

140140
<dependency>
141141
<groupId>io.netty</groupId>
142-
<artifactId>netty-codec</artifactId>
142+
<artifactId>netty-codec-base</artifactId>
143+
<version>${netty.version}</version>
144+
</dependency>
145+
146+
<dependency>
147+
<groupId>io.netty</groupId>
148+
<artifactId>netty-codec-compression</artifactId>
143149
<version>${netty.version}</version>
144150
</dependency>
145151

0 commit comments

Comments
 (0)