From a854e986aa2fd3101bcc325f49376b131966d22f Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Thu, 4 Feb 2016 11:36:12 -0500 Subject: [PATCH] Revert to Rabbit version provided by Spring Boot/Cloud At the time of the commit it is 1.5.3.RELEASE, but it will pull the version as per the Spring Cloud parent version. --- spring-cloud-stream-binders/pom.xml | 1 - spring-cloud-stream-dependencies/pom.xml | 6 ------ .../spring-cloud-starter-stream-rabbit/pom.xml | 3 +-- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/spring-cloud-stream-binders/pom.xml b/spring-cloud-stream-binders/pom.xml index 267a08c92..202960a9b 100644 --- a/spring-cloud-stream-binders/pom.xml +++ b/spring-cloud-stream-binders/pom.xml @@ -17,7 +17,6 @@ 0.8.2.1 2.6.0 - 1.5.4.BUILD-SNAPSHOT spring-cloud-stream-binder-test diff --git a/spring-cloud-stream-dependencies/pom.xml b/spring-cloud-stream-dependencies/pom.xml index 5b66ba356..02a81cf80 100644 --- a/spring-cloud-stream-dependencies/pom.xml +++ b/spring-cloud-stream-dependencies/pom.xml @@ -16,7 +16,6 @@ 1.0.14 4.2.4.RELEASE - 1.5.4.BUILD-SNAPSHOT @@ -120,11 +119,6 @@ objenesis 2.1 - - org.springframework.amqp - spring-rabbit - ${spring-amqp.version} - org.springframework.integration spring-integration-bom diff --git a/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml b/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml index f566c50a8..97967372b 100644 --- a/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml +++ b/spring-cloud-stream-starters/spring-cloud-starter-stream-rabbit/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.cloud @@ -17,7 +17,6 @@ ${basedir}/../.. - 1.5.4.BUILD-SNAPSHOT