Skip to content

Commit

Permalink
upgrade netty for dubbo-all (apache#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrick-zhu authored and zonghaishang committed Jul 26, 2018
1 parent 4d9ba1a commit d0e628e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@
<artifactId>javassist</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>

<!-- Temporarily add this part to exclude transitive dependency -->
Expand Down

0 comments on commit d0e628e

Please sign in to comment.