用户导入,物品导入

This commit is contained in:
2023-11-14 10:16:40 +08:00
parent a038772795
commit 4eb096907b

View File

@@ -311,6 +311,19 @@
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>3.0.0</version> <version>3.0.0</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
</dependencies> </dependencies>