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

hyunkun pushed a commit to branch revert-4356-changeProtobufJsonIncludeName
in repository https://gitbox.apache.org/repos/asf/dubbo.git

commit 36fe1c8e4545649447b4730a165e573747a078d9
Author: Huang YunKun <hty...@gmail.com>
AuthorDate: Thu Jun 20 23:20:09 2019 +0800

    Revert "[Dubbo-4355] Fix dubbo.jar do not contain 
"serialization-protobuf-json" module issue (#4356)"
    
    This reverts commit ae22f9ec283cf6f5d9c0f3a307510e3fa7f94930.
---
 dubbo-all/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml
index eaa2dbc..d8c8949 100644
--- a/dubbo-all/pom.xml
+++ b/dubbo-all/pom.xml
@@ -622,7 +622,7 @@
                                     
<include>org.apache.dubbo:dubbo-serialization-jdk</include>
                                     
<include>org.apache.dubbo:dubbo-serialization-protostuff</include>
                                     
<include>org.apache.dubbo:dubbo-serialization-gson</include>
-                                    
<include>org.apache.dubbo:dubbo-serialization-protobuf-json</include>
+                                    
<include>org.apache.dubbo:dubbo-serialization-googlePb</include>
                                     
<include>org.apache.dubbo:dubbo-configcenter-api</include>
                                     
<include>org.apache.dubbo:dubbo-configcenter-definition</include>
                                     
<include>org.apache.dubbo:dubbo-configcenter-apollo</include>

Reply via email to