Updated dependencies and refactored code.
* Updated spring cloud streams to 1.1.0.RELEASE * Updated cloud dependencies parent to 1.2.1.RELEASE * Updated samples to 1.4.1 * Updated Tests to take advantage of 1.4 boot test annotations * Removed @Bindings as they are deprecated * Updated BatchApplication test to pass. Boot no longer logs environment values. So count was reduced from 3 to 1 resolves #218, #221 renamed spring-cloud-task-starter to spring-cloud-starter-task
This commit is contained in:
committed by
Michael Minella
parent
441bbfe492
commit
d657b22b79
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.4.0.RELEASE</version>
|
||||
<version>1.4.1.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -41,12 +41,12 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-task-starter</artifactId>
|
||||
<artifactId>spring-cloud-starter-task</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
|
||||
<version>1.0.2.RELEASE</version>
|
||||
<version>1.1.0.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.0.2.RELEASE</version>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user