排除gson-parent依赖

This commit is contained in:
wangxin
2018-03-05 17:55:26 +08:00
parent 6dd3934dcc
commit 37fad74b72

View File

@@ -642,6 +642,12 @@
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.8.0</version> <version>2.8.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>