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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa619c9  [Dubbo-4355] Fix dubbo.jar do not contain 
"serialization-protobuf-json" module issue (#4356) (#4364)
fa619c9 is described below

commit fa619c9842113ca320e0f72050987f77a6c7f92f
Author: Huang YunKun <hty...@gmail.com>
AuthorDate: Fri Jun 21 08:43:27 2019 +0800

    [Dubbo-4355] Fix dubbo.jar do not contain "serialization-protobuf-json" 
module issue (#4356) (#4364)
    
    * include protobuf-json jar to dubbo
---
 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 d8c8949..eaa2dbc 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-googlePb</include>
+                                    
<include>org.apache.dubbo:dubbo-serialization-protobuf-json</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