Use Spring Cloud Stream 1.0.2.RELEASE for samples

- switch to RabbitMQ binder
This commit is contained in:
Marius Bogoevici
2016-06-15 09:46:14 -04:00
parent 597db957bf
commit 03e0a6b153
15 changed files with 84 additions and 90 deletions

View File

@@ -24,11 +24,11 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-rxjava</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>${spring-cloud-stream.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-redis</artifactId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>