From 5b72400b061df6e6505e89a70a5547e4a0b7f68b Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Tue, 12 Apr 2016 17:09:17 +0530 Subject: [PATCH] Remove binder dependency from spring-cloud-task-stream - Spring Cloud Task Stream shouldn't depend on a specific binder implementation; hence removing redis binder from dependencies - The binder dependency needs to come from the task application - Also removed few other unwanted dependencies This resolves #120 Added spring-cloud-task-core back as a dependency. This will be needed when https://github.com/spring-cloud/spring-cloud-task/pull/117 is merged. --- spring-cloud-task-stream/pom.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/spring-cloud-task-stream/pom.xml b/spring-cloud-task-stream/pom.xml index a04e8f5a..cdf27dd3 100644 --- a/spring-cloud-task-stream/pom.xml +++ b/spring-cloud-task-stream/pom.xml @@ -6,7 +6,7 @@ spring-cloud-task-stream jar Spring Cloud Task Stream - Allows Tasks to be a part of a stream + Allows a Task to be a part of a stream org.springframework.cloud @@ -26,20 +26,9 @@ 1.0.0.BUILD-SNAPSHOT true - - org.springframework.boot - spring-boot-starter-redis - - - org.springframework.integration - spring-integration-test - 4.2.2.RELEASE - test - org.springframework.cloud spring-cloud-task-core - test org.springframework.boot @@ -57,10 +46,5 @@ 1.0.0.BUILD-SNAPSHOT test - - org.springframework.cloud - spring-cloud-stream-binder-redis - 1.0.0.BUILD-SNAPSHOT -