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.
This commit is contained in:
Marius Bogoevici
2016-02-04 11:36:12 -05:00
parent 3e10eac8ac
commit a854e986aa
3 changed files with 1 additions and 9 deletions

View File

@@ -17,7 +17,6 @@
<properties>
<kafka.version>0.8.2.1</kafka.version>
<curator.version>2.6.0</curator.version>
<spring-amqp.version>1.5.4.BUILD-SNAPSHOT</spring-amqp.version>
</properties>
<modules>
<module>spring-cloud-stream-binder-test</module>