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
This commit is contained in:
cvictory 2019-01-16 16:11:53 +08:00 committed by ken.lj
parent 5acb4bf868
commit 8c2fbc8ce6
1 changed files with 4 additions and 1 deletions

View File

@ -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>