소스 검색

用户导入,物品导入

wxxwjef 2 년 전
부모
커밋
4eb096907b
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      api/pom.xml

+ 13 - 0
api/pom.xml

@@ -311,6 +311,19 @@
 		  	<artifactId>client</artifactId>
 		  	<version>3.0.0</version>
 		</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>