Upgraded to Camden SR5

This commit upgrades Spring Cloud Task to Camden SR5 and makes the
required changes to do so.

Resolves #276
This commit is contained in:
Michael Minella
2017-02-07 14:27:19 -06:00
parent acaaad89f3
commit 2b8e5799f7
12 changed files with 37 additions and 31 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.1.RELEASE</version>
<version>1.4.2.RELEASE</version>
<relativePath />
</parent>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
<version>1.1.1.RELEASE</version>
<version>1.1.2.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>