Skip to content

Commit 712e562

Browse files
committed
Provide dependency management for remaining Apache HttpClient modules
Closes gh-12107
1 parent 75e82e1 commit 712e562

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,11 @@
13161316
</exclusion>
13171317
</exclusions>
13181318
</dependency>
1319+
<dependency>
1320+
<groupId>org.apache.httpcomponents</groupId>
1321+
<artifactId>fluent-hc</artifactId>
1322+
<version>${httpclient.version}</version>
1323+
</dependency>
13191324
<dependency>
13201325
<groupId>org.apache.httpcomponents</groupId>
13211326
<artifactId>httpclient</artifactId>
@@ -1327,6 +1332,21 @@
13271332
</exclusion>
13281333
</exclusions>
13291334
</dependency>
1335+
<dependency>
1336+
<groupId>org.apache.httpcomponents</groupId>
1337+
<artifactId>httpclient-cache</artifactId>
1338+
<version>${httpclient.version}</version>
1339+
</dependency>
1340+
<dependency>
1341+
<groupId>org.apache.httpcomponents</groupId>
1342+
<artifactId>httpclient-osgi</artifactId>
1343+
<version>${httpclient.version}</version>
1344+
</dependency>
1345+
<dependency>
1346+
<groupId>org.apache.httpcomponents</groupId>
1347+
<artifactId>httpclient-win</artifactId>
1348+
<version>${httpclient.version}</version>
1349+
</dependency>
13301350
<dependency>
13311351
<groupId>org.apache.httpcomponents</groupId>
13321352
<artifactId>httpcore</artifactId>

0 commit comments

Comments
 (0)