Skip to content

Commit 91d7a9f

Browse files
committed
Remove deployer and rsocket from distribution
1 parent 8b6b6c6 commit 91d7a9f

File tree

2 files changed

+0
-13
lines changed
  • spring-cloud-function-dependencies
  • spring-cloud-function-samples

2 files changed

+0
-13
lines changed

spring-cloud-function-dependencies/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<artifactId>spring-cloud-starter-function-webflux</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
44-
<dependency>
45-
<groupId>org.springframework.cloud</groupId>
46-
<artifactId>spring-cloud-function-deployer</artifactId>
47-
<version>${project.version}</version>
48-
</dependency>
4944
<dependency>
5045
<groupId>org.springframework.cloud</groupId>
5146
<artifactId>spring-cloud-function-adapter-aws</artifactId>
@@ -76,11 +71,6 @@
7671
<artifactId>spring-cloud-function-kotlin</artifactId>
7772
<version>${project.version}</version>
7873
</dependency>
79-
<dependency>
80-
<groupId>org.springframework.cloud</groupId>
81-
<artifactId>spring-cloud-function-rsocket</artifactId>
82-
<version>${project.version}</version>
83-
</dependency>
8474
<dependency>
8575
<groupId>org.springframework.cloud</groupId>
8676
<artifactId>spring-cloud-function-grpc</artifactId>

spring-cloud-function-samples/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
<module>function-sample-gcp-http</module>
3030
<module>function-sample-gcp-background</module>
3131
<module>function-sample-cloudevent</module>
32-
<module>function-sample-cloudevent-stream</module>
33-
<module>function-sample-cloudevent-rsocket</module>
3432
<module>function-sample-cloudevent-sdk</module>
35-
<!-- <module>function-sample-kotlin-web</module>-->
3633
<module>function-sample-grpc-cloudevent</module>
3734
</modules>
3835

0 commit comments

Comments
 (0)