From dd5acf7dfc8ee935706b0be805a5ea9a04b18c1c Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 14 Aug 2018 20:15:06 +0200 Subject: [PATCH] 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` --- spring-cloud-stream-binder-rabbit-core/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/spring-cloud-stream-binder-rabbit-core/pom.xml b/spring-cloud-stream-binder-rabbit-core/pom.xml index 5be5c4946..cf2f32918 100644 --- a/spring-cloud-stream-binder-rabbit-core/pom.xml +++ b/spring-cloud-stream-binder-rabbit-core/pom.xml @@ -31,10 +31,18 @@ spring-boot-configuration-processor true + + org.springframework + spring-web + + + org.apache.httpcomponents + httpclient + com.rabbitmq http-client - 2.0.1.RELEASE + 2.1.0.RELEASE