You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by yi...@apache.org on 2018/07/26 08:24:13 UTC

[incubator-dubbo] branch master updated: upgrade netty for dubbo-all (#2123)

This is an automated email from the ASF dual-hosted git repository.

yiji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new d0e628e  upgrade netty for dubbo-all (#2123)
d0e628e is described below

commit d0e628eb32e4f38ca10b0148de59ac8c587fceb7
Author: Jerrick Zhu <di...@gmail.com>
AuthorDate: Thu Jul 26 16:24:07 2018 +0800

    upgrade netty for dubbo-all (#2123)
---
 all/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index c4095a2..a9febb5 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -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 -->