From 4c5c4b90a0adf58c83c5202fbe27254746e34623 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 15 Aug 2016 10:42:27 +0100 Subject: [PATCH] Fix dependencies Need to use "provided" scope for stuff that is not required in the /ext classpath. Also need to use a proper BOM for stream dependencies to avoid mouldy versions being imported. --- pom.xml | 11 ++--------- spring-cloud-cli/pom.xml | 22 ++++++++++++++++------ 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index e5d5a92..0821884 100644 --- a/pom.xml +++ b/pom.xml @@ -95,15 +95,8 @@ org.springframework.cloud - spring-cloud-config - 1.1.3.BUILD-SNAPSHOT - pom - import - - - org.springframework.cloud - spring-cloud-netflix - 1.1.4.BUILD-SNAPSHOT + spring-cloud-dependencies + Brixton.BUILD-SNAPSHOT pom import diff --git a/spring-cloud-cli/pom.xml b/spring-cloud-cli/pom.xml index 1d7200e..65d4eb6 100644 --- a/spring-cloud-cli/pom.xml +++ b/spring-cloud-cli/pom.xml @@ -17,6 +17,10 @@ 1.2.0.BUILD-SNAPSHOT + + 1.4.1.BUILD-SNAPSHOT + + org.springframework.cloud.launcher @@ -24,19 +28,25 @@ ${project.version} - org.springframework.boot - spring-boot-cli - ${spring-boot.version} + org.springframework.cloud + spring-cloud-stream provided org.springframework.security spring-security-rsa + + + org.springframework + spring-core + + - org.springframework.cloud - spring-cloud-stream - true + org.springframework.boot + spring-boot-cli + ${spring-boot.version} + provided org.springframework.boot