GH-170: Upgraded to RabbitMQP http-client 2.1.0

Fixes spring-cloud/spring-cloud-stream-binder-rabbit#170

* GH-170 upgraded to `http-client 2.1.0`

* added explicit dependency on `spring-web` and Commons `httpclient`
This commit is contained in:
Oleg Zhurakousky
2018-08-14 20:15:06 +02:00
committed by Artem Bilan
parent 4c52585c5e
commit dd5acf7dfc

View File

@@ -31,10 +31,18 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>http-client</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.1.0.RELEASE</version>
</dependency>
</dependencies>
</project>