Skip to content

Commit 5400dbf

Browse files
committed
Add netty4 dependency to 'dubbo-maven/pom.xml'
1 parent 99331ff commit 5400dbf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dubbo-maven/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
<artifactId>netty</artifactId>
7070
<version>3.2.5.Final</version>
7171
</dependency>
72+
<dependency>
73+
<groupId>io.netty</groupId>
74+
<artifactId>netty-all</artifactId>
75+
<version>4.0.35.Final</version>
76+
<scope>provided</scope>
77+
</dependency>
7278
<dependency>
7379
<groupId>org.apache.mina</groupId>
7480
<artifactId>mina-core</artifactId>

0 commit comments

Comments
 (0)