移除对fastjson的依赖

This commit is contained in:
昶乐
2017-11-07 15:56:28 +08:00
parent 8a2cd82a73
commit 1ef434c183
2 changed files with 11 additions and 11 deletions

View File

@@ -88,12 +88,7 @@
<artifactId>pmd-test</artifactId>
<version>${pmd.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.9</version>
</dependency>
</dependency>
</dependencies>
<build>
<plugins>