소스 검색

增加http client

cherishsince 1 년 전
부모
커밋
6e261de03e
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml

+ 6 - 0
yudao-module-ai/yudao-spring-boot-starter-ai/pom.xml

@@ -114,6 +114,12 @@
             <artifactId>broadscope-bailian-sdk-java</artifactId>
             <version>1.3.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.14</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
 </project>