Remove deployer and rsocket from distribution

This commit is contained in:
Oleg Zhurakousky
2025-06-13 09:46:20 -04:00
parent 8b6b6c6335
commit 91d7a9f9e1
2 changed files with 0 additions and 13 deletions

View File

@@ -41,11 +41,6 @@
<artifactId>spring-cloud-starter-function-webflux</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-deployer</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-aws</artifactId>
@@ -76,11 +71,6 @@
<artifactId>spring-cloud-function-kotlin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-rsocket</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-grpc</artifactId>

View File

@@ -29,10 +29,7 @@
<module>function-sample-gcp-http</module>
<module>function-sample-gcp-background</module>
<module>function-sample-cloudevent</module>
<module>function-sample-cloudevent-stream</module>
<module>function-sample-cloudevent-rsocket</module>
<module>function-sample-cloudevent-sdk</module>
<!-- <module>function-sample-kotlin-web</module>-->
<module>function-sample-grpc-cloudevent</module>
</modules>