Upgraded versions and fixed test

This commit upgrades the versions to the latest and greatest as well as
removes the custom implementation of a TaskLauncher.
This commit is contained in:
Michael Minella
2017-04-13 13:12:42 -05:00
parent a1cffe8bd4
commit f135e84128
8 changed files with 37 additions and 60 deletions

View File

@@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>1.1.2.RELEASE</version>
<version>1.2.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>