diff --git a/_includes/build.gradle b/_includes/build.gradle index ecf92b490..2deea97ad 100644 --- a/_includes/build.gradle +++ b/_includes/build.gradle @@ -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' } \ No newline at end of file diff --git a/_includes/pom.xml b/_includes/pom.xml index ecef74847..3edc0fc8e 100644 --- a/_includes/pom.xml +++ b/_includes/pom.xml @@ -2,7 +2,7 @@ {@= groupId @} - spring-cloud-streams-parent + spring-cloud-stream-parent {@= findBom(version) @} pom import @@ -15,8 +15,8 @@ {@= artifactId @} - org.springframework.xd - spring-xd-messagebus-redis + org.springframework.cloud + spring-cloud-starter-stream-redis org.springframework.boot