Add spring-rabbit explicitly to the dependencies BOM

It actually still has to be managed using a property in
spring-cloud-stream-binders-parent, but this change is for users.
Any user that wants an app using stream and rabbit needs to use the
spring-cloud-dependencies BOM. A gradle user has to do nothing else
with this change. A maven user still has to add an explicit
<spring-aqmp.version/> to the application POM.
This commit is contained in:
Dave Syer
2016-02-01 15:19:35 +00:00
parent 7fb834981a
commit e9286c849a
5 changed files with 40 additions and 32 deletions

View File

@@ -17,7 +17,7 @@
<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>
<spring-amqp.version>1.5.4.BUILD-SNAPSHOT</spring-amqp.version>
</properties>
<modules>
<module>spring-cloud-stream-binder-test</module>