From 1e8989a45abc789119d6326a911908b18332549b Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Fri, 21 Aug 2015 15:33:31 -0700 Subject: [PATCH] Remove cloud connector dependencies from S-C-S - Remove lattice and cf connector dependencies from core S-C-S and binder - The idea is to have these dependencies defined in s-c-s-modules so that they are specified in one place and make the module run on local/cloud environment in a self contained manner - Keep the `spring-cloud-core` dependency to binder so that the Cloud configuration is used to get the appropriate services for the redis/rabbit binder --- pom.xml | 6 ------ .../spring-cloud-stream-binder-rabbit/pom.xml | 2 +- .../spring-cloud-stream-binder-redis/pom.xml | 2 +- spring-cloud-stream/pom.xml | 12 ------------ 4 files changed, 2 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 5fd5c3d19..ad85bc212 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,6 @@ 1.3.0.BUILD-SNAPSHOT 4.2.1.BUILD-SNAPSHOT 4.2.0.BUILD-SNAPSHOT - 1.1.0.BUILD-SNAPSHOT spring-cloud-stream @@ -49,11 +48,6 @@ pom import - - org.springframework.cloud - spring-cloud-lattice-connector - ${spring-cloud-lattice.version} - org.springframework.cloud spring-cloud-stream diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml index c83cae5ec..3088d135a 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-rabbit/pom.xml @@ -39,7 +39,7 @@ org.springframework.cloud - spring-cloud-lattice-connector + spring-cloud-core true diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml b/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml index 027142f03..9b9cb7680 100644 --- a/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml +++ b/spring-cloud-stream-binders/spring-cloud-stream-binder-redis/pom.xml @@ -39,7 +39,7 @@ org.springframework.cloud - spring-cloud-lattice-connector + spring-cloud-core true diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml index 8ad1b238c..004fef3bf 100644 --- a/spring-cloud-stream/pom.xml +++ b/spring-cloud-stream/pom.xml @@ -31,18 +31,6 @@ org.springframework spring-messaging - - org.springframework.cloud - spring-cloud-core - - - org.springframework.cloud - spring-cloud-spring-service-connector - - - org.springframework.cloud - spring-cloud-lattice-connector - org.springframework.cloud spring-cloud-stream-binder-local