Updated dependencices in preparation for M2 release

This commit is contained in:
Michael Minella
2016-04-26 22:24:18 -05:00
parent 619bc567a1
commit f126d51775
13 changed files with 26 additions and 24 deletions

View File

@@ -42,7 +42,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
@@ -51,12 +50,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-redis</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RC2</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support-internal</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RC3</version>
<scope>test</scope>
</dependency>
</dependencies>