Remove deployer and rsocket from distribution
This commit is contained in:
@@ -41,11 +41,6 @@
|
|||||||
<artifactId>spring-cloud-starter-function-webflux</artifactId>
|
<artifactId>spring-cloud-starter-function-webflux</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
|
||||||
<artifactId>spring-cloud-function-deployer</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-function-adapter-aws</artifactId>
|
<artifactId>spring-cloud-function-adapter-aws</artifactId>
|
||||||
@@ -76,11 +71,6 @@
|
|||||||
<artifactId>spring-cloud-function-kotlin</artifactId>
|
<artifactId>spring-cloud-function-kotlin</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.cloud</groupId>
|
|
||||||
<artifactId>spring-cloud-function-rsocket</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-function-grpc</artifactId>
|
<artifactId>spring-cloud-function-grpc</artifactId>
|
||||||
|
|||||||
@@ -29,10 +29,7 @@
|
|||||||
<module>function-sample-gcp-http</module>
|
<module>function-sample-gcp-http</module>
|
||||||
<module>function-sample-gcp-background</module>
|
<module>function-sample-gcp-background</module>
|
||||||
<module>function-sample-cloudevent</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-cloudevent-sdk</module>
|
||||||
<!-- <module>function-sample-kotlin-web</module>-->
|
|
||||||
<module>function-sample-grpc-cloudevent</module>
|
<module>function-sample-grpc-cloudevent</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user