Update maven and gradle coordinates for redis binder

This commit is contained in:
Sabby Anandan
2015-09-28 09:29:20 -07:00
parent 496ff34c71
commit 5cdbe7700e
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ dependencyManagement {
}
dependencies {
compile '{@= groupId @}:spring-cloud-streams'
compile '{@= groupId @}:spring-cloud-stream'
compile 'org.springframework.boot:spring-boot-starter-redis'
compile 'org.springframework.xd:spring-xd-messagebus-redis'
compile 'org.springframework.cloud:spring-cloud-starter-stream-redis'
}

View File

@@ -2,7 +2,7 @@
<dependencies>
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>spring-cloud-streams-parent</artifactId>
<artifactId>spring-cloud-stream-parent</artifactId>
<version>{@= findBom(version) @}</version>
<type>pom</type>
<scope>import</scope>
@@ -15,8 +15,8 @@
<artifactId>{@= artifactId @}</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.xd</groupId>
<artifactId>spring-xd-messagebus-redis</artifactId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-stream-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>