Browse Source

Merge branch '1.5.x'

pull/12117/head
Andy Wilkinson 8 years ago
parent
commit
39ece9a16f
  1. 20
      spring-boot-project/spring-boot-dependencies/pom.xml

20
spring-boot-project/spring-boot-dependencies/pom.xml

@ -1373,6 +1373,11 @@ @@ -1373,6 +1373,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
@ -1384,6 +1389,21 @@ @@ -1384,6 +1389,21 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-osgi</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-win</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>

Loading…
Cancel
Save