Update maven and gradle coordinates for redis binder
This commit is contained in:
@@ -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'
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user