From 91d7a9f9e1c1439cc14f8682adcf7ecb78a6b8c2 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 13 Jun 2025 09:46:20 -0400 Subject: [PATCH] Remove deployer and rsocket from distribution --- spring-cloud-function-dependencies/pom.xml | 10 ---------- spring-cloud-function-samples/pom.xml | 3 --- 2 files changed, 13 deletions(-) diff --git a/spring-cloud-function-dependencies/pom.xml b/spring-cloud-function-dependencies/pom.xml index 5dbe3e858..5d323a724 100644 --- a/spring-cloud-function-dependencies/pom.xml +++ b/spring-cloud-function-dependencies/pom.xml @@ -41,11 +41,6 @@ spring-cloud-starter-function-webflux ${project.version} - - org.springframework.cloud - spring-cloud-function-deployer - ${project.version} - org.springframework.cloud spring-cloud-function-adapter-aws @@ -76,11 +71,6 @@ spring-cloud-function-kotlin ${project.version} - - org.springframework.cloud - spring-cloud-function-rsocket - ${project.version} - org.springframework.cloud spring-cloud-function-grpc diff --git a/spring-cloud-function-samples/pom.xml b/spring-cloud-function-samples/pom.xml index 403778f5c..da11960b2 100644 --- a/spring-cloud-function-samples/pom.xml +++ b/spring-cloud-function-samples/pom.xml @@ -29,10 +29,7 @@ function-sample-gcp-http function-sample-gcp-background function-sample-cloudevent - function-sample-cloudevent-stream - function-sample-cloudevent-rsocket function-sample-cloudevent-sdk - function-sample-grpc-cloudevent