This commit is contained in:
Looly
2022-10-25 10:49:33 +08:00
parent 267e16e9c1
commit b1caf395d9
10 changed files with 173 additions and 40 deletions

View File

@@ -22,6 +22,12 @@
<artifactId>hutool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>javax.xml.soap-api</artifactId>