File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
spring-cloud-function-dependencies
spring-cloud-function-samples Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 41
41
<artifactId >spring-cloud-starter-function-webflux</artifactId >
42
42
<version >${project.version} </version >
43
43
</dependency >
44
- <dependency >
45
- <groupId >org.springframework.cloud</groupId >
46
- <artifactId >spring-cloud-function-deployer</artifactId >
47
- <version >${project.version} </version >
48
- </dependency >
49
44
<dependency >
50
45
<groupId >org.springframework.cloud</groupId >
51
46
<artifactId >spring-cloud-function-adapter-aws</artifactId >
76
71
<artifactId >spring-cloud-function-kotlin</artifactId >
77
72
<version >${project.version} </version >
78
73
</dependency >
79
- <dependency >
80
- <groupId >org.springframework.cloud</groupId >
81
- <artifactId >spring-cloud-function-rsocket</artifactId >
82
- <version >${project.version} </version >
83
- </dependency >
84
74
<dependency >
85
75
<groupId >org.springframework.cloud</groupId >
86
76
<artifactId >spring-cloud-function-grpc</artifactId >
Original file line number Diff line number Diff line change 29
29
<module >function-sample-gcp-http</module >
30
30
<module >function-sample-gcp-background</module >
31
31
<module >function-sample-cloudevent</module >
32
- <module >function-sample-cloudevent-stream</module >
33
- <module >function-sample-cloudevent-rsocket</module >
34
32
<module >function-sample-cloudevent-sdk</module >
35
- <!-- <module>function-sample-kotlin-web</module>-->
36
33
<module >function-sample-grpc-cloudevent</module >
37
34
</modules >
38
35
You can’t perform that action at this time.
0 commit comments