You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/06/24 06:48:54 UTC

[dubbo] branch 2.7.3-release updated: [Dubbo-4355] Fix dubbo.jar do not contain "serialization-protobuf-json" module issue (#4356) (#4364)

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

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

commit bfa52b2462da55ebb3732669cdd2b558120e89ae
Author: Huang YunKun <ht...@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>