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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user