Remove unnecessary Rabbit binder from 'double' example

This commit is contained in:
Marius Bogoevici
2017-06-10 01:58:53 -04:00
parent d7ce9cb43d
commit cb96b31009

View File

@@ -34,11 +34,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
</dependency>
</dependencies>
<build>