From 24bd68ddb91f3ec7fbe83740a7207e02c776cbff Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 28 Nov 2017 13:32:30 +0000 Subject: [PATCH] Remove s-c-stream as mandatory dependency Fixes gh-130 --- spring-cloud-function-deployer/pom.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/spring-cloud-function-deployer/pom.xml b/spring-cloud-function-deployer/pom.xml index 752411a99..21ab542d3 100644 --- a/spring-cloud-function-deployer/pom.xml +++ b/spring-cloud-function-deployer/pom.xml @@ -21,15 +21,12 @@ org.springframework.cloud - spring-cloud-function-core + spring-cloud-function-context org.springframework.cloud spring-cloud-function-web - - - org.springframework.cloud - spring-cloud-function-stream + runtime org.springframework.boot