diff --git a/pom.xml b/pom.xml
index 23e50338e..32cdc9155 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,6 +160,7 @@
spring-cloud-function-deployer
spring-cloud-function-adapters
spring-cloud-function-integration
+ spring-cloud-function-rsocket
spring-cloud-function-kotlin
docs
diff --git a/spring-cloud-function-dependencies/pom.xml b/spring-cloud-function-dependencies/pom.xml
index ff07852c2..cad6c9d69 100644
--- a/spring-cloud-function-dependencies/pom.xml
+++ b/spring-cloud-function-dependencies/pom.xml
@@ -76,6 +76,11 @@
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-rsocket/src/main/resources/banner.txt b/spring-cloud-function-rsocket/src/main/resources/banner.txt
deleted file mode 100644
index 7a900f5de..000000000
--- a/spring-cloud-function-rsocket/src/main/resources/banner.txt
+++ /dev/null
@@ -1,22 +0,0 @@
- ___ ___ _ _ _
-| _ \/ __| ___ __| |_____| |_ ____ _ _ __ _ __ ___ _ _| |_
-| /\__ \/ _ \/ _| / / -_) _| (_-< || | '_ \ '_ \/ _ \ '_| _|
-|_|_\|___/\___/\__|_\_\___|\__| /__/\_,_| .__/ .__/\___/_| \__|
-| |_ __ _ ___ | |__ ___ ___ _ _ |_| |_|
-| ' \/ _` (_-< | '_ \/ -_) -_) ' \
-|_||_\__,_/__/ |_.__/\___\___|_||_| _
- __| |___ _ __ _ _ ___ __ __ _| |_ ___ __| |
-/ _` / -_) '_ \ '_/ -_) _/ _` | _/ -_) _` |_
-\__,_\___| .__/_| \___\__\__,_|\__\___\__,_(_)
- ___ _ |_| _ _ _ _ _
-|_ _| |_ __ __ _(_) | | _ _ ___| |_ | |__ ___
- | || _| \ V V / | | | | ' \/ _ \ _| | '_ \/ -_)
-|___|\__|_ \_/\_/|_|_|_| |_||_\___/\__| |_.__/\___|_ _
- _ _ ___| |___ __ _ ___ ___ __| | __| |_ __ _ _ _| |_(_)_ _ __ _
-| '_/ -_) / -_) _` (_- -_) _` | (_-< _/ _` | '_| _| | ' \/ _` |
-|_| \___|_\___\__,_/__/\___\__,_| /__/\__\__,_|_| \__|_|_||_\__, |
-__ _____ _ _ __(_)___ _ _ | | | |__ / / \ |___/
-\ V / -_) '_(_-< / _ \ ' \ |_ _| |_ \| () |
- \_/\___|_| /__/_\___/_||_| |_(_)___(_)__/
- ${application.title} ${application.version}
-Powered by Spring Boot ${spring-boot.version} and Spring Cloud Functions
\ No newline at end of file