This commit is contained in:
Looly
2022-10-26 12:57:01 +08:00
parent 36e560842d
commit d2e66a1ca2
7 changed files with 76 additions and 14 deletions

View File

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