Skip to content

Commit

Permalink
Add netty4 dependency to 'dubbo-maven/pom.xml'
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Oct 11, 2017
1 parent 99331ff commit 5400dbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dubbo-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
<artifactId>netty</artifactId>
<version>3.2.5.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.35.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
Expand Down

0 comments on commit 5400dbf

Please sign in to comment.