From 3db9b078d1982f8de72cea42ea2fcb3f389f78fa Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 31 Mar 2021 21:14:20 -0400 Subject: [PATCH] Spring Cloud Stream dependencies takes precedence When given spring-cloud-stream-dependencies and spring-cloud-dependencies, the former gets the precedence. This way, apps can upddate to a stanadlone stream release indepndent of any upstream spring cloud release. --- applications/stream-applications-core/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index fa943851..44229f90 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -153,6 +153,11 @@ + + org.springframework.cloud + spring-cloud-stream-dependencies + ${spring-cloud-stream-dependencies.version} + org.springframework.cloud spring-cloud-dependencies @@ -165,11 +170,6 @@ function-dependencies ${java-functions.version} - - org.springframework.cloud - spring-cloud-stream-dependencies - ${spring-cloud-stream-dependencies.version} - org.springframework.cloud spring-cloud-function-dependencies