回滚依赖调整
This commit is contained in:
parent
a5b8f4129b
commit
21fff9b403
27
pom.xml
27
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue