From 8b2b5c03ba852e7b965d208ac29d3fa64ea9ecfe Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期一, 16 十一月 2020 17:05:22 +0800 Subject: [PATCH] 改正xml空字段转换为数字的错误 --- pom.xml | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8367e70..dba80cf 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ <generated.asciidoc.directory>${project.build.directory}/asciidoc</generated.asciidoc.directory> <asciidoctor.html.output.directory>${project.build.directory}/asciidoc/html</asciidoctor.html.output.directory> <asciidoctor.pdf.output.directory>${project.build.directory}/asciidoc/pdf</asciidoctor.pdf.output.directory> - <gson.version>2.8.6</gson.version> </properties> <dependencies> @@ -152,11 +151,6 @@ <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.73</version> - </dependency> - <!-- google json搴� --> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> </dependency> <!--Guava鏄竴绉嶅熀浜庡紑婧愮殑Java搴�--> -- Gitblit v1.8.0