回滚依赖调整

This commit is contained in:
黎润豪 2026-01-12 20:40:31 +08:00
parent a5b8f4129b
commit 21fff9b403
1 changed files with 0 additions and 27 deletions

27
pom.xml
View File

@ -206,16 +206,6 @@
<groupId>com.baidubce</groupId>
<artifactId>bce-java-sdk</artifactId>
<version>0.10.28</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.org.bjca</groupId>
@ -233,23 +223,6 @@
<version>1.5.2-BETA</version>
</dependency>
<!-- HttpClient 依赖版本管理,解决与 Solr 8.2.0 的兼容性问题 -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.13</version>
</dependency>
<!--对接玄武短信需要用到的jar 开始-->
<dependency>
<groupId>commons-pool</groupId>