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

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


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

commit ae22f9ec283cf6f5d9c0f3a307510e3fa7f94930
Author: violin <guo....@ctrip.com>
AuthorDate: Thu Jun 20 23:06:41 2019 +0800

    [Dubbo-4355] Fix dubbo.jar do not contain "serialization-protobuf-json" 
module issue (#4356)
    
    * 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