remove json dependency

This commit is contained in:
Looly 2022-02-11 19:04:25 +08:00
parent f41de0c251
commit 1e5d825d90

View File

@ -22,12 +22,6 @@
<artifactId>hutool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-json</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>javax.xml.soap-api</artifactId>