This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch 2.7.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/2.7.0-release by this push:
new 8c2fbc8 Merge pull request #3246 from cvictory:2.7.0-release remove
gson from dubbo.jar in shading mode , and change to dependency way.
8c2fbc8 is described below
commit 8c2fbc8ce688c44c6abca32d436f655204dad397
Author: cvictory <[email protected]>
AuthorDate: Wed Jan 16 16:11:53 2019 +0800
Merge pull request #3246 from cvictory:2.7.0-release remove gson from
dubbo.jar in shading mode , and change to dependency way.
* just for modify comments and imports
* remove gson from dubbo.jar in shading mode, add dependency
---
dubbo-all/pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml
index 0c67ab9..8594921 100644
--- a/dubbo-all/pom.xml
+++ b/dubbo-all/pom.xml
@@ -395,6 +395,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
<!-- Temporarily add this part to exclude transitive dependency -->
<dependency>
@@ -483,7 +487,6 @@
<include>org.apache.dubbo:dubbo-metadata-definition</include>
<include>org.apache.dubbo:dubbo-metadata-report-redis</include>
<include>org.apache.dubbo:dubbo-metadata-report-zookeeper</include>
-
<include>com.google.code.gson:gson</include>
</includes>
</artifactSet>
<transformers>