Skip to content

Commit fad9aba

Browse files
committed
将httpclient显式进行依赖,以便于客户端优先使用配置的版本
1 parent 8dadf49 commit fad9aba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
<version>${logback.version}</version>
9898
<scope>test</scope>
9999
</dependency>
100+
<dependency>
101+
<groupId>org.apache.httpcomponents</groupId>
102+
<artifactId>httpclient</artifactId>
103+
<version>${httpclient.version}</version>
104+
</dependency>
100105
<dependency>
101106
<groupId>org.apache.httpcomponents</groupId>
102107
<artifactId>httpmime</artifactId>

0 commit comments

Comments
 (0)