Skip to content

Commit

Permalink
Merge pull request #3246 from cvictory:2.7.0-release remove gson from…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
cvictory authored and chickenlj committed Jan 16, 2019
1 parent 5acb4bf commit 8c2fbc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dubbo-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 8c2fbc8

Please sign in to comment.